Skip to content

Commit

Permalink
fix branding since domain change
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Oct 15, 2024
1 parent e2ff558 commit e6c6122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const nextConfig = {
remotePatterns: [
{
protocol: 'https',
hostname: 'sciencecoreorg.wpcomstaging.com',
hostname: 'cms.sciencecore.org',
port: '',
pathname: '**',
},
Expand Down
2 changes: 1 addition & 1 deletion src/brand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const brands: Brands = {
},
},
science_core: {
logo: 'https://sciencecoreorg.wpcomstaging.com/wp-content/uploads/2024/07/Original-Logo-1024x501.png',
logo: 'https://cms.sciencecore.org/wp-content/uploads/2024/07/Original-Logo-1024x501.png',
colors: {
primary: '#181830',
primaryDark: '#181830',
Expand Down

0 comments on commit e6c6122

Please sign in to comment.