exclude vendor files for desktop page

This commit is contained in:
MaysWind
2023-07-02 23:48:20 +08:00
parent 7cf53acd18
commit 8dcffa80a8
+2
View File
@@ -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: '',