diff --git a/apps/landing-page/astro.config.mjs b/apps/landing-page/astro.config.mjs index 4e1d7f5..c781f07 100644 --- a/apps/landing-page/astro.config.mjs +++ b/apps/landing-page/astro.config.mjs @@ -2,11 +2,11 @@ import tailwind from "@astrojs/tailwind"; import { defineConfig } from "astro/config"; export default defineConfig({ - site: "https://astro-moon-landing.netlify.app/", + site: "https://astro-reactive.dev", integrations: [tailwind()], vite: { ssr: { - external: ["@11ty/eleventy-img", "svgo"], + external: ["svgo"], }, }, }); diff --git a/apps/landing-page/src/components/header.astro b/apps/landing-page/src/components/header.astro index 9b20abc..518643f 100644 --- a/apps/landing-page/src/components/header.astro +++ b/apps/landing-page/src/components/header.astro @@ -1,6 +1,6 @@ --- import { Icon } from "astro-icon"; -import ThemeSwitcher from "~/components/theme-switcher.astro"; +// import ThemeSwitcher from "~/components/theme-switcher.astro"; const socials = [ { diff --git a/apps/landing-page/src/pages/index.astro b/apps/landing-page/src/pages/index.astro index 6f2f51e..393444e 100644 --- a/apps/landing-page/src/pages/index.astro +++ b/apps/landing-page/src/pages/index.astro @@ -18,7 +18,7 @@ const description = -