Skip to content

Commit

Permalink
update links to dibbs-site
Browse files Browse the repository at this point in the history
  • Loading branch information
BobanL committed Nov 30, 2023
1 parent 75931d5 commit 799bff2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ npm run dev
yarn dev
```

Open [http://localhost:3000/phdi-site](http://localhost:3000/phdi-site) with your browser to see the result.
Open [http://localhost:3000/dibb-site](http://localhost:3000/dibb-site) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
2 changes: 1 addition & 1 deletion components/NavbarUSWDS/NavbarUSWDS.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Navbar({ }) {
<Title className='text-base-lightest'>
<Link href='/'>
<a className="desktop:padding-1">
<span className={styles.navbarLogoText} href='/phdi-site'>
<span className={styles.navbarLogoText} href='/dibb-site'>
Data Integration Building Blocks
</span>
</a>
Expand Down
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const nextConfig = {
loader: 'akamai',
path: '/'
},
basePath: "/phdi-site",
assetPrefix: '/phdi-site',
basePath: "/dibb-site",
assetPrefix: '/dibb-site',
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
},
Expand Down

0 comments on commit 799bff2

Please sign in to comment.