From 96a6e7f832eb3129d1615a73776f14bc83a1bc30 Mon Sep 17 00:00:00 2001 From: Beecher Baker Date: Thu, 5 Sep 2024 09:48:17 -0400 Subject: [PATCH] fix production version base url --- config/header.yml | 2 +- config/router.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/header.yml b/config/header.yml index 57b8041..26c85c0 100644 --- a/config/header.yml +++ b/config/header.yml @@ -9,4 +9,4 @@ link: /about - label: Source - link: https://github.com/neolefty/taxonpages-dev/ \ No newline at end of file + link: https://github.com/PurdueEntomologicalResearchCollection/taxonpages/ \ No newline at end of file diff --git a/config/router.yml b/config/router.yml index 4b33905..684e65b 100644 --- a/config/router.yml +++ b/config/router.yml @@ -1,3 +1,3 @@ --- - base_url: /taxonpages-dev/ + base_url: /taxonpages/ hash_mode: true \ No newline at end of file