chore: myriad fixes + genre pages

This commit is contained in:
Cory Dransfeldt 2024-11-18 09:57:12 -08:00
parent 67ab04b241
commit 0d8408c680
No known key found for this signature in database
28 changed files with 1963 additions and 238 deletions

View file

@ -14,6 +14,9 @@ export default defineConfig({
vite: {
build: {
sourcemap: false,
rollupOptions: {
external: ["/js/script.js"],
},
},
optimizeDeps: {
include: ["@tabler/icons-react"],