Skip to content

Commit

Permalink
chore: change router basename url
Browse files Browse the repository at this point in the history
  • Loading branch information
andyesp committed Apr 25, 2024
1 parent f3de8cc commit fee8f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import useScrollToHash from './components/Home/useScrollToHash.tsx'

const queryClient = new QueryClient()

const basename = /^decentraland.(zone|org|today)$/.test(window.location.host) ? '/governance-ui' : '/'
const basename = /^decentraland.(zone|org|today)$/.test(window.location.host) ? '/governance' : '/'

const router = createBrowserRouter(
[
Expand Down

0 comments on commit fee8f1f

Please sign in to comment.