Skip to content

Commit 61cc019

Browse files
committed
fix(docs): Use hash routing for now due to GH pages limitations
1 parent a94422c commit 61cc019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/ngqp-demo/src/app/app-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const routes: Routes = [
1515

1616
@NgModule({
1717
imports: [
18-
RouterModule.forRoot(routes),
18+
RouterModule.forRoot(routes, { useHash: true }),
1919
],
2020
exports: [ RouterModule ],
2121
})

0 commit comments

Comments
 (0)