Skip to content

Commit

Permalink
Change URL to morganstanley.github.io (#40)
Browse files Browse the repository at this point in the history
* update outdated

* remove helmet and update templates to use head

* update dependencies manually

* update node build versions

* lock sync

* add mocks for tests

* more tests and config

* add test to pr build

* override axios

* update navigation

* override webpack-dev-middleware

* update axios

* Change url to morganstanley.github.io
  • Loading branch information
mimiflynn authored Oct 31, 2024
1 parent 6887302 commit 9eff2fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
siteMetadata: {
title: `Morgan Stanley Open Source Software`,
description: `Morgan Stanley Open Source Software`,
siteUrl: 'http://opensource.morganstanley.com',
siteUrl: 'https://morganstanley.github.io',
contributeUrl: false,
},
pathPrefix: `/`, // include subdirectory
Expand Down
4 changes: 2 additions & 2 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "opensource.morganstanley.com",
"name": "morganstanley.github.io",
"version": "1.0.0",
"private": true,
"description": "external opensource marketing website opensource.morganstanley.com",
"description": "external opensource marketing website morganstanley.github.io",
"author": "Morgan Stanley",
"keywords": [
"gatsby"
Expand Down
2 changes: 1 addition & 1 deletion site/src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Header = ({ location, links }) => {
return (
<div className="content">
<h1 className="logo">
<Link className="logo-link" to={`//opensource.morganstanley.com`}>
<Link className="logo-link" to={`//morganstanley.github.io`}>
<StaticImage
width={267}
src="../images/logo-black.png"
Expand Down

0 comments on commit 9eff2fb

Please sign in to comment.