We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c585b5f commit 8133d45Copy full SHA for 8133d45
2025/src/consts.ts
@@ -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