diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-15 14:26:59 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-15 14:26:59 +0200 |
| commit | 600f54c92b4a9173246e37ccbe13c6aaff4992ca (patch) | |
| tree | b862e5221dbfa0f97900a0816936cd7106167cf8 /astro.config.mjs | |
| parent | c529297129e7f532c6d428ce6428cb5f34b2ca6d (diff) | |
Use proper astro url
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index 0f737ef..2f3f69c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,6 +7,8 @@ import react from '@astrojs/react'; // https://astro.build/config export default defineConfig({ + site: 'https://namehack.club', + vite: { plugins: [tailwindcss()] }, |
