mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Chore: configure buildOptions.site on examples/blog (#2590)
This commit is contained in:
parent
934d9750cf
commit
5d5a8e6549
1 changed files with 3 additions and 0 deletions
|
@ -10,4 +10,7 @@
|
||||||
export default /** @type {import('astro').AstroUserConfig} */ ({
|
export default /** @type {import('astro').AstroUserConfig} */ ({
|
||||||
// Enable the Preact renderer to support Preact JSX components.
|
// Enable the Preact renderer to support Preact JSX components.
|
||||||
renderers: ['@astrojs/renderer-preact'],
|
renderers: ['@astrojs/renderer-preact'],
|
||||||
|
buildOptions: {
|
||||||
|
site: 'https://example.com/',
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue