Skip to content

Commit

Permalink
fix: 403 error on /assets/ page
Browse files Browse the repository at this point in the history
  • Loading branch information
afondard committed Dec 18, 2024
1 parent 4060e36 commit 4940448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ export default defineConfig(({ mode }) => {
plugins: [tailwindcss, autoprefixer],
},
},
build: {
assetsDir: 'static-assets',
},
plugins: [vue(), htmlPlugin(htmlTitle), splitVendorChunkPlugin()],
};
});

0 comments on commit 4940448

Please sign in to comment.