Skip to content

Commit

Permalink
fix(ci): use hash routing
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed May 2, 2024
1 parent ac94984 commit 3f3dd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studio-web/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const routes: Routes = [
];

@NgModule({
imports: [RouterModule.forRoot(routes, { useHash: false })],
imports: [RouterModule.forRoot(routes, { useHash: true })],
exports: [RouterModule],
})
export class AppRoutingModule {}

0 comments on commit 3f3dd76

Please sign in to comment.