exclude vendor files for desktop page
This commit is contained in:
@@ -78,7 +78,9 @@ export default defineConfig(async () => {
|
|||||||
'mobile.html',
|
'mobile.html',
|
||||||
'desktop.html',
|
'desktop.html',
|
||||||
'robots.txt',
|
'robots.txt',
|
||||||
|
'css/vendor-desktop-*.js',
|
||||||
'css/desktop-*.js',
|
'css/desktop-*.js',
|
||||||
|
'js/vendor-desktop-*.js',
|
||||||
'js/desktop-*.js'
|
'js/desktop-*.js'
|
||||||
],
|
],
|
||||||
navigateFallback: '',
|
navigateFallback: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user