move config files into config/

This commit is contained in:
David Baker
2022-05-11 12:11:49 +01:00
parent 6d7be57dcf
commit 0d3daf5fa3
4 changed files with 2 additions and 2 deletions

View File

@@ -1,10 +0,0 @@
server {
listen 8080;
server_name localhost;
location / {
root /app;
try_files $uri /$uri /index.html;
}
}

View File

@@ -1,4 +0,0 @@
# This file is copied to the netlify deploy dir in the upload stage
# Redirect any unknown path to index.html
/* /index.html 200