chore(docs): change site option (#198)

This commit is contained in:
Woramat Ngamkham 2022-11-13 01:54:13 +07:00 committed by GitHub
parent 1ea41f658a
commit 3faabb2348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,5 @@ export default defineConfig({
// Enable React for the Algolia search component.
react(),
],
site: `http://astro.build`,
site: `https://docs.astro-reactive.dev`,
});