Skip to content

Commit 54201c8

Browse files
committed
Set website URL to my custom domain
1 parent 0a5d569 commit 54201c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ import tailwindcss from '@tailwindcss/vite';
55
import mdx from '@astrojs/mdx';
66
import icon from 'astro-icon';
77
import partytown from '@astrojs/partytown';
8+
import { SITE_CONFIG } from './src/config';
89

910
// https://astro.build/config
1011
export default defineConfig({
11-
site: 'https://nghtctrl.github.io',
12+
site: SITE_CONFIG.siteUrl,
1213
integrations: [
1314
react(),
1415
mdx(),

0 commit comments

Comments
 (0)