Skip to content

Commit

Permalink
Changed basePath of application
Browse files Browse the repository at this point in the history
  • Loading branch information
originalnicodr committed Dec 27, 2023
1 parent 1c59f1d commit 15a1dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/global/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Navigation = () => {
</div>
</Link>
</li>
<Link href="/framed-wrapped/" >
<Link href="/" >
<img src="recap-nsub-logo.svg" style={ recapLogoStyle }/>
</Link>
</ul>
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
basePath: '/framed-wrapped',
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
Expand Down

0 comments on commit 15a1dbf

Please sign in to comment.