mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-05 23:14:53 -06:00
Place assets under /assets
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user