Skip to content

Commit

Permalink
Update site URL in astro.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
shftlvch committed Jan 2, 2024
1 parent 76e5fca commit 80bc160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { defineConfig } from 'astro/config';

// https://astro.build/config
export default defineConfig({
site: 'http://annashmitko.com/',
site: 'https://annashmitko.com/',
});

0 comments on commit 80bc160

Please sign in to comment.