diff --git a/README.md b/README.md index 055a5bf..ecb4a3f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ The official ARC (annotated research context) website! -[nfdi4plants.github.io/arc-website/](https://nfdi4plants.github.io/arc-website/) +[arc-rdm.org/](https://arc-rdm.org) diff --git a/astro.config.mjs b/astro.config.mjs index b18790a..cbe165f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,8 +14,7 @@ import pagefind from "astro-pagefind"; // https://astro.build/config export default defineConfig({ integrations: [tailwind(), mdx(), icon(), pagefind()], - site: 'https://nfdi4plants.github.io', - base: 'arc-website/', // will kill pagefind integration without trailing slash + site: 'https://nfdi4plants.github.io/', markdown: { remarkPlugins: [remarkDirective, remarkReplaceLinks(), remarkReplaceTooltips(), remarkAsides()], rehypePlugins: [ diff --git a/src/components/Home/HeroText.astro b/src/components/Home/HeroText.astro index 2f2e63d..40f9d0b 100644 --- a/src/components/Home/HeroText.astro +++ b/src/components/Home/HeroText.astro @@ -16,7 +16,7 @@ const mainHeroText = "The ARC is a framework for organizing and documenting rese Context -
+
{mainHeroText}
diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 45a31bd..c61927a 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -64,7 +64,7 @@ const linksMin: Link[] = [ - +