mirror of https://github.com/twbs/bootstrap.git
Add `build` property to Astro config to change the location of the built assets
This commit is contained in:
parent
e9b5210494
commit
4b8f7c7c66
|
@ -18,6 +18,9 @@ const site = isDev
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
build: {
|
||||||
|
assets: `docs/${getConfig().docs_version}/assets`
|
||||||
|
},
|
||||||
integrations: [bootstrap()],
|
integrations: [bootstrap()],
|
||||||
markdown: {
|
markdown: {
|
||||||
smartypants: false,
|
smartypants: false,
|
||||||
|
|
Loading…
Reference in New Issue