diff options
author | 2021-07-15 14:13:35 -0400 | |
---|---|---|
committer | 2021-07-15 14:13:35 -0400 | |
commit | 166e22bdf35b9751dc42f5cc6cb27a99b077df93 (patch) | |
tree | e8643360c2250dda82ebf95b62281978547d5188 /docs/astro.config.mjs | |
parent | fb8bf7ec43f7b09348c12d5ff9f81131c70ef5e9 (diff) | |
download | astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.tar.gz astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.tar.zst astro-166e22bdf35b9751dc42f5cc6cb27a99b077df93.zip |
merge in docs site (#705)
Diffstat (limited to 'docs/astro.config.mjs')
-rw-r--r-- | docs/astro.config.mjs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs new file mode 100644 index 000000000..fb55c8f6f --- /dev/null +++ b/docs/astro.config.mjs @@ -0,0 +1,6 @@ +export default { + buildOptions: { + site: 'https://astro-docs-preview.vercel.app/', + }, + renderers: ['@astrojs/renderer-preact'], +}; |