Skip to content

Commit 8133d45

Browse files
committed
feat(2025): add consts for url
1 parent c585b5f commit 8133d45

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

2025/src/consts.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import * as ufo from 'ufo'
2+
import { base } from "astro:config/client"
3+
4+
export const DOMAIN = `https://vimconf.org`;
5+
6+
export const BASE_URL = ufo.joinURL(DOMAIN, base)

0 commit comments

Comments
 (0)