Files
website-v2/stage_static_config.json
Frank Wiles a4e1d2b02f Adjust static content paths for /develop/doc/
- Add feature to static site finding that looks for `/index.html` if URL
  ends with a slash
2023-04-14 15:56:19 -05:00

14 lines
266 B
JSON

[
{
"site_path": "/develop/libs/",
"s3_path": "/site/develop/libs/"
},
{
"site_path": "/develop/doc/",
"s3_path": "/site/develop/doc/html/"
},
{
"site_path": "/",
"s3_path": "/site/develop/"
}
]