Skip to content

Commit

Permalink
Routes json for azure static web page deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KronemeyerJoshua committed Aug 20, 2024
1 parent b818d2b commit efc517d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions routes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"routes": [
{
"route": "/resume",
"rewrite": "/index.html"
},
{
"route": "/projects",
"rewrite": "/index.html"
},
{
"route": "/projects/*",
"rewrite": "/index.html"
},
{
"route": "/**",
"rewrite": "/index.html"
}
]
}

0 comments on commit efc517d

Please sign in to comment.