Add S3 website config

This commit is contained in:
Matt Isenhower 2024-11-13 18:12:58 -08:00
parent e786302fb6
commit b3bf6ee1b3

8
src/utility/website.json Normal file
View File

@ -0,0 +1,8 @@
{
"IndexDocument": {
"Suffix": "index.html"
},
"ErrorDocument": {
"Key": "index.html"
}
}