mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 01:14:55 -06:00
Place assets under /assets
This commit is contained in:
@@ -6,6 +6,9 @@ import preact from "@astrojs/preact";
|
|||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
build: {
|
||||||
|
assets: "assets",
|
||||||
|
},
|
||||||
site: process.env.DEV
|
site: process.env.DEV
|
||||||
? "https://localhost:4321"
|
? "https://localhost:4321"
|
||||||
: `https://${process.env.RAILWAY_PUBLIC_DOMAIN}`,
|
: `https://${process.env.RAILWAY_PUBLIC_DOMAIN}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user