From 136a8f4f430a4210c549eb224d27f8a909ecff39 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Tue, 14 May 2024 12:45:48 -0400 Subject: [PATCH] fix: fix `consts` import in astro config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 546719144..beac562eb 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -3,7 +3,7 @@ import starlight from '@astrojs/starlight'; import starlightBlog from 'starlight-blog'; import tailwind from "@astrojs/tailwind"; import starlightTypeDoc, { typeDocSidebarGroup } from 'starlight-typedoc'; -import { GITHUB_URL, DISCORD_URL } from '~/utils/consts.ts'; +import { GITHUB_URL, DISCORD_URL } from './src/utils/consts'; export default defineConfig({ integrations: [starlight({