diff --git a/astro.config.mjs b/astro.config.mjs index 1fa3f15..06332bb 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,12 +8,13 @@ const __dirname = import.meta.dirname; // https://astro.build/config export default defineConfig({ - integrations: [tailwind(), sitemap()], - vite: { - resolve: { - alias: { - "~": path.resolve(__dirname, "./src"), - }, - }, - }, -}); \ No newline at end of file + site: "https://fredkiss.dev", + integrations: [tailwind(), sitemap()], + vite: { + resolve: { + alias: { + "~": path.resolve(__dirname, "./src"), + }, + }, + }, +}); diff --git a/src/layouts/base-layout.astro b/src/layouts/base-layout.astro index 3e7ba43..05e276f 100644 --- a/src/layouts/base-layout.astro +++ b/src/layouts/base-layout.astro @@ -106,7 +106,10 @@ const description = class="max-w-2xl mx-auto mb-40 border-t border-zinc-500 mt-8 py-2 text-zinc-700 flex justify-between dark:text-inherit" > Copyright © 2024 - Fred KISSIE - Built with Astro & deployed on ZaneOps +
+ Built with Astro & deployed on ZaneOps + Inspired by nexxel.dev +
{process.env.NODE_ENV === "development" && } diff --git a/src/pages/index.astro b/src/pages/index.astro index 364a0fd..00f5363 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -34,12 +34,13 @@ const totalYearsDev = new Date().getFullYear() - 2017; Portrait of Fred KISSIE