fix: Updated site and base

This commit is contained in:
Simeon Radivoev 2026-05-06 23:16:31 +03:00
parent 3be57361e6
commit 08f249ca35
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -4,8 +4,8 @@ import tailwindcss from '@tailwindcss/vite'
// https://astro.build/config
export default defineConfig({
site: 'https://gameflow.github.io',
base: '/',
site: 'https://simeonradivoev.github.io',
base: '/gameflow',
vite: {
plugins: [
tailwindcss()