add 404 route
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2022-05-22 10:32:28 +02:00
parent 68bdf2c2b1
commit 55dfe85afd
1 changed files with 7 additions and 0 deletions

7
staticwebapp.config.json Normal file
View File

@ -0,0 +1,7 @@
{
"responseOverrides": {
"404": {
"rewrite": "/404.html"
}
}
}