We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5d569 commit 54201c8Copy full SHA for 54201c8
1 file changed
astro.config.mjs
@@ -5,10 +5,11 @@ import tailwindcss from '@tailwindcss/vite';
5
import mdx from '@astrojs/mdx';
6
import icon from 'astro-icon';
7
import partytown from '@astrojs/partytown';
8
+import { SITE_CONFIG } from './src/config';
9
10
// https://astro.build/config
11
export default defineConfig({
- site: 'https://nghtctrl.github.io',
12
+ site: SITE_CONFIG.siteUrl,
13
integrations: [
14
react(),
15
mdx(),
0 commit comments