Skip to content

Commit 5ea3cfb

Browse files
committed
2025: add site setting to fix canonical link
1 parent 2aa0d25 commit 5ea3cfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

2025/astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import Macros from 'unplugin-macros/vite';
88

99
// https://astro.build/config
1010
export default defineConfig({
11+
site: 'https://vimconf.org/',
1112
base: '/2025',
1213

1314
vite: {

0 commit comments

Comments
 (0)