Docs example: use HTTPS for site
in astro.config.mjs
(#5603)
This commit is contained in:
parent
2b11e97955
commit
7cbe7f5623
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://astro.build`,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue