Skip to content

Commit 9a6cc57

Browse files
committed
fix: update development environment URLs for standards projects
- Update `SITE_URL` and `SITE_BASE_URL` values in `.env.site.development` files for `muldicat` and `isbd` - Fix base paths to correctly reflect `/standards-dev` structure
1 parent 9a39a0a commit 9a6cc57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Development environment for isbd
2-
SITE_URL=https://jonphipps.github.io/standards-dev
3-
SITE_BASE_URL=/isbd/
2+
SITE_URL=https://jonphipps.github.io
3+
SITE_BASE_URL=/standards-dev/isbd/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Development environment for MulDiCat
2-
SITE_URL=https://jonphipps.github.io/standards-dev
3-
SITE_BASE_URL=/muldicat/
2+
SITE_URL=https://jonphipps.github.io
3+
SITE_BASE_URL=/standards-dev/muldicat/

0 commit comments

Comments
 (0)