mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 17:44:15 +02:00
Add build
property to Astro config to change the location of the built assets
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user