Add `build` property to Astro config to change the location of the built assets

This commit is contained in:
Julien Déramond 2025-04-14 19:56:44 +02:00
parent e9b5210494
commit 4b8f7c7c66
No known key found for this signature in database
GPG Key ID: EE5F274EA1F477FA
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ const site = isDev
// https://astro.build/config
export default defineConfig({
build: {
assets: `docs/${getConfig().docs_version}/assets`
},
integrations: [bootstrap()],
markdown: {
smartypants: false,