Skip to content

Commit

Permalink
fix(prismic): missing route config for contact
Browse files Browse the repository at this point in the history
  • Loading branch information
charles4221 committed Jan 31, 2024
1 parent 637a481 commit 18cd135
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/prismic-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const routes: ClientConfig['routes'] = [
type: 'about',
path: '/about',
},
{
type: 'page',
uid: 'contact',
path: '/contact',
},
{
type: 'page',
path: '/:uid',
Expand Down

0 comments on commit 18cd135

Please sign in to comment.