From dab3f7b60696062b9757da07f407e9311cd5ff31 Mon Sep 17 00:00:00 2001 From: Adrien KISSIE Date: Mon, 23 Sep 2024 19:22:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20some=20more=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.mjs | 19 ++++++++++--------- src/layouts/base-layout.astro | 5 ++++- src/pages/index.astro | 5 +++-- 3 files changed, 17 insertions(+), 12 deletions(-) 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