diff --git a/astro.config.mjs b/astro.config.mjs index 6838d02..f3da8bf 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -4,7 +4,6 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ - site: "https://palladians.github.io", - base: "xyz", + site: "https://palladians.xyz", integrations: [tailwind()], }); diff --git a/bun.lockb b/bun.lockb index 6c720b5..6e3af1f 100755 Binary files a/bun.lockb and b/bun.lockb differ