Skip to content

Commit 0d56141

Browse files
add home screen
1 parent a91652e commit 0d56141

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/app-routing.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { CreateComponent } from './pages/create/create.component';
66
const routes: Routes = [
77
{ path: '', component: HomeComponent },
88
{ path: 'create/:urlName', component: CreateComponent },
9-
{ path: '**', redirectTo: '/' }
9+
{ path: '**', redirectTo: '' }
1010
];
1111

1212
@NgModule({

src/assets/_redirects

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)