summaryrefslogtreecommitdiff
path: root/docs/astro.config.mjs
diff options
context:
space:
mode:
authorGravatar JuanM04 <me@juanm04.com> 2021-07-16 07:59:46 -0300
committerGravatar GitHub <noreply@github.com> 2021-07-16 06:59:46 -0400
commitf64ff85b267b732dc2598bb9c80418622e435cfb (patch)
tree06a3c7df4647f36c1354a4873595d325cade9379 /docs/astro.config.mjs
parent36f75b9d53c33b1f97de54770a8ff51e4dd37a45 (diff)
downloadastro-f64ff85b267b732dc2598bb9c80418622e435cfb.tar.gz
astro-f64ff85b267b732dc2598bb9c80418622e435cfb.tar.zst
astro-f64ff85b267b732dc2598bb9c80418622e435cfb.zip
Changed URLs to match the release (#711)
Diffstat (limited to 'docs/astro.config.mjs')
-rw-r--r--docs/astro.config.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs
index fb55c8f6f..0364de9e6 100644
--- a/docs/astro.config.mjs
+++ b/docs/astro.config.mjs
@@ -1,6 +1,6 @@
export default {
buildOptions: {
- site: 'https://astro-docs-preview.vercel.app/',
+ site: 'https://docs.astro.build/',
},
renderers: ['@astrojs/renderer-preact'],
};