fix: theme input path

This commit is contained in:
gpw
2022-06-03 16:54:33 +08:00
parent 39f7e2792d
commit 9836f9f010
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineConfig({
emptyOutDir: false,
assetsDir: 'app',
rollupOptions: {
input: ['src/css/publicstyle/style.css'],
input: ['src/css/publicstyle/index.css'],
output: {
assetFileNames: 'app/publicstyle/[name].[ext]',
},
+1 -1
View File
@@ -11,7 +11,7 @@ export default defineConfig({
emptyOutDir: false,
assetsDir: 'app',
rollupOptions: {
input: ['src/css/default/github/style.css'],
input: ['src/css/default/github/index.css'],
output: {
assetFileNames: 'app/themes/github/[name].[ext]',
},