Skip to content

Commit

Permalink
revert site change
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 19, 2024
1 parent e7bed03 commit bc991b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import pagefind from "astro-pagefind";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), mdx(), icon(), pagefind()],
site: 'https://nfdi4plants.github.io/',
// site: 'arc-rdm.org',
site: 'https://nfdi4plants.github.io',
base: 'arc-website/', // will kill pagefind integration without trailing slash
markdown: {
remarkPlugins: [remarkDirective, remarkReplaceLinks(), remarkReplaceTooltips(), remarkAsides()],
Expand Down
1 change: 0 additions & 1 deletion public/CNAME

This file was deleted.

0 comments on commit bc991b1

Please sign in to comment.