1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-17 21:49:20 +01:00
slate/now.json
Ian Storm Taylor b99fdeb718 add now.json
2019-12-09 21:38:29 -05:00

10 lines
110 B
JSON

{
"routes": [
{
"src": "/(.*)",
"dest": "./site/out/$1",
"continue": true
}
]
}