Skip to content

Commit 6e79c7a

Browse files
Merge pull request #11 from OceanParcels/patch-site
Update `production` environment link
2 parents f89f18e + ddcf0c9 commit 6e79c7a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/components/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const Layout = ({
1515
description,
1616
card,
1717
children,
18-
url = 'https://oceanparcels.org',
18+
url = 'https://oceanparcels.github.io/virtualship_website/',
1919
enableBanner = false,
2020
}) => {
2121
// Track page views
@@ -33,7 +33,7 @@ export const Layout = ({
3333
// Determine the base URL based on the environment
3434
const baseUrl =
3535
process.env.NODE_ENV === 'production'
36-
? 'https://oceanparcels.org'
36+
? 'https://oceanparcels.github.io/virtualship_website/'
3737
: 'http://localhost:3000'
3838

3939
// Construct the full card URL

0 commit comments

Comments
 (0)