Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Layout = ({
description,
card,
children,
url = 'https://oceanparcels.org',
url = 'https://oceanparcels.github.io/virtualship_website/',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this not be https://oceanparcels.github.io/? That's where the web inspector searches for the images

Screenshot 2025-04-22 at 17 04 53

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct. GitHub pages are hosted from https://{owner}.github.io/{project}...something else is happening - trying again now

enableBanner = false,
}) => {
// Track page views
Expand All @@ -33,7 +33,7 @@ export const Layout = ({
// Determine the base URL based on the environment
const baseUrl =
process.env.NODE_ENV === 'production'
? 'https://oceanparcels.org'
? 'https://oceanparcels.github.io/virtualship_website/'
: 'http://localhost:3000'

// Construct the full card URL
Expand Down