Use non-underscore Astro asset directory

This commit is contained in:
2026-07-10 04:36:22 +09:00
parent aa0f464320
commit 5a05da6fe4
+3
View File
@@ -2,6 +2,9 @@ import { defineConfig } from 'astro/config';
export default defineConfig({ export default defineConfig({
output: 'static', output: 'static',
build: {
assets: 'assets',
},
vite: { vite: {
resolve: { resolve: {
dedupe: [ dedupe: [