Browse Source

:bug: fix library-index.css 404

Jeremy Zheng 4 days ago
parent
commit
3eb312c21c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api-v13/vite.config.ts

+ 1 - 0
api-v13/vite.config.ts

@@ -10,6 +10,7 @@ export default defineConfig({
         laravel({
         laravel({
             input: [
             input: [
                 'resources/css/library.css', // library/* + blog 列表页
                 'resources/css/library.css', // library/* + blog 列表页
+		'resources/css/modules/library-index.css',
                 'resources/css/reader.css', // 全站阅读页(待建)
                 'resources/css/reader.css', // 全站阅读页(待建)
                 'resources/js/app.js',
                 'resources/js/app.js',
             ],
             ],