Skip to content

Commit

Permalink
Update astro's site url in astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zihan Chen authored Dec 14, 2022
1 parent d7da099 commit bf358e8
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 bf358e8

Please sign in to comment.