1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 13:38:37 +01:00
slate/now.json

10 lines
110 B
JSON
Raw Normal View History

2019-12-09 21:38:29 -05:00
{
"routes": [
{
"src": "/(.*)",
"dest": "./site/out/$1",
"continue": true
}
]
}