Browse Source

:bug: fix library-index.css 404

Jeremy Zheng 1 tháng trước cách đây
mục cha
commit
3eb312c21c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      api-v13/vite.config.ts

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

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