Skip to content

Commit

Permalink
fix: alterado redirect da Home
Browse files Browse the repository at this point in the history
  • Loading branch information
vevetin committed Nov 30, 2024
1 parent 32989ce commit 81b8b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function HomepageHeader() {
}

export default function Home() {
return <Redirect to="/2024.2-Grupo06/docs/inicio" />;
return <Redirect to="/2024.2-Prefeitura-Municipal-de-Nova-Iorque/docs/inicio" />;
}

/*
Expand Down

0 comments on commit 81b8b50

Please sign in to comment.