Skip to content

Commit 7b38d69

Browse files
committed
Rename of virtualship.oceanparcels.org to virtualship.parcels-code.org
1 parent a6f4a47 commit 7b38d69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
virtualship.oceanparcels.org
1+
virtualship.parcels-code.org

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://virtualship.oceanparcels.org',
18+
url = 'https://virtualship.parcels-code.org',
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://virtualship.oceanparcels.org'
36+
? 'https://virtualship.parcels-code.org'
3737
: 'http://localhost:3000'
3838

3939
// Construct the full card URL

src/data/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Projects = [
1313
description:
1414
'VirtualShipParcels is a command-line simulator to plan and conduct a virtual research expedition.',
1515
repo: 'https://github.com/OceanParcels/virtualship',
16-
homepage: 'https://virtualship.oceanparcels.org/',
16+
homepage: 'https://virtualship.parcels-code.org/',
1717
logo_light: '/projects/virtual_ship_logo.png',
1818
logo_dark: '/projects/virtual_ship_logo_dia.png',
1919
},

0 commit comments

Comments
 (0)