Skip to content

Commit

Permalink
first path fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Sep 20, 2024
1 parent d4f45ba commit fdacd64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import sitemap from '@astrojs/sitemap';
// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), mdx(), icon(), pagefind(), sitemap()],
site: 'https://nfdi4plants.github.io',
base: '/arc-website/', // will kill pagefind integration without trailing slash
site: 'https://arc-rdm.org/',
// base: '/arc-website/', // will kill pagefind integration without trailing slash
markdown: {
remarkPlugins: [remarkDirective, remarkReplaceLinks(), remarkReplaceTooltips(), remarkAsides()],
rehypePlugins: [
Expand Down
3 changes: 2 additions & 1 deletion src/statics.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

const BASE_PATH = "/arc-website/"
// const BASE_PATH = "/arc-website/"
const BASE_PATH = ""

export enum URLS {
INTERNAL_HOME = BASE_PATH,
Expand Down

0 comments on commit fdacd64

Please sign in to comment.