From a1afec2e8d5c46b43f8de166d273f699719ed76f Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 13 Sep 2024 16:51:57 +0200 Subject: [PATCH] update urls --- astro.config.mjs | 4 ++-- src/components/Navbar.astro | 6 +++--- src/layouts/BaseLayout.astro | 4 ++-- src/layouts/MarkdownLayout.astro | 2 +- src/pages/details/annotation-principle.md | 2 +- src/pages/details/documentation-principle.md | 2 +- src/pages/index.astro | 2 +- src/statics.ts | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index f153cfd..eaae0a2 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,8 +10,8 @@ import mdx from '@astrojs/mdx'; // https://astro.build/config export default defineConfig({ integrations: [tailwind(), mdx()], - site: 'https://freymaurer.github.io', - base: 'astro-poc', + site: 'https://nfdi4plants.github.io', + base: 'arc-website', markdown: { remarkPlugins: [remarkReplaceLinks(), remarkReplaceTooltips()], rehypePlugins: [ diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 1f2a5ed..848afa0 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -4,9 +4,9 @@ import { URLS } from "../statics" const links = [ {href: URLS.Internal_Home, text: "Home"}, - {href: "/astro-poc/knowledgebase", text: "Knowledgebase"}, + {href: "/arc-website/knowledgebase", text: "Knowledgebase"}, {href: URLS.Internal_Tools, text: "Tools"}, - {href: "/astro-poc/Partners", text: "Partners"}, + {href: "/arc-website/Partners", text: "Partners"}, ] --- @@ -36,7 +36,7 @@ const links = [ - logo + logo