Skip to content
Open
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: 1 addition & 0 deletions changelog.d/fix-multizone-icon-basepath.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make TAXSIM base path configurable via NEXT_PUBLIC_BASE_PATH and use Next.js' icon file convention so the favicon resolves under the multizone basePath.
File renamed without changes
4 changes: 0 additions & 4 deletions dashboard/src/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ export const metadata = {
description:
'The next chapter of TAXSIM. Open-source, drop-in compatible tax calculator powered by PolicyEngine.',
},
icons: {
icon: '/policyengine.png',
apple: '/policyengine.png',
},
alternates: {
canonical: 'https://policyengine.org/us/taxsim',
},
Expand Down
Loading