❄️ Add static content config file

For testing/proof of concept
This commit is contained in:
Lacey Williams Henschel
2023-04-04 21:08:43 -07:00
parent 947318ba65
commit d5efd6eb43

15
stage_static_config.json Normal file
View File

@@ -0,0 +1,15 @@
[
{
"site_path": "/marshmallow/",
"s3_path": "/site/develop/tools/auto_index/"
},
{
"site_path": "/marshmallow/",
"s3_path": "/site/develop/doc/html/"
},
{
"site_path": "/",
"s3_path": "/site/develop/"
}
]