add 404 route
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2022-05-22 10:32:28 +02:00
parent 68bdf2c2b1
commit 55dfe85afd

7
staticwebapp.config.json Normal file
View File

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