fix: fix consts import in astro config

This commit is contained in:
DuroCodes
2024-05-14 12:45:48 -04:00
parent bc59a4ae9b
commit 136a8f4f43

View File

@@ -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({