fix: rename panel asset dir to avoid conflict with bot /assets route
Some checks failed
Deploy to Production / test (push) Failing after 32s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
syntaxbullet
2026-02-13 21:05:06 +01:00
parent fbb2e0f010
commit 251616fe15

View File

@@ -17,5 +17,6 @@ export default defineConfig({
},
build: {
outDir: "dist",
assetsDir: "static",
},
});