Place assets under /assets

This commit is contained in:
2024-12-22 12:31:48 -06:00
parent ef2a41f1f4
commit 069471145a

View File

@@ -6,6 +6,9 @@ import preact from "@astrojs/preact";
// https://astro.build/config
export default defineConfig({
build: {
assets: "assets",
},
site: process.env.DEV
? "https://localhost:4321"
: `https://${process.env.RAILWAY_PUBLIC_DOMAIN}`,