chore(docs): change site option (#198)
This commit is contained in:
parent
1ea41f658a
commit
3faabb2348
1 changed files with 1 additions and 1 deletions
|
@ -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`,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue