Skip to content

Commit

Permalink
Docs example: use HTTPS for site in astro.config.mjs (#5603)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihan Chen authored Dec 15, 2022
1 parent 2b11e97 commit 7cbe7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default defineConfig({
// Enable React for the Algolia search component.
react(),
],
site: `http://astro.build`,
site: `https://astro.build`,
});

0 comments on commit 7cbe7f5

Please sign in to comment.