mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-17 13:38:37 +01:00
10 lines
110 B
JSON
10 lines
110 B
JSON
|
{
|
||
|
"routes": [
|
||
|
{
|
||
|
"src": "/(.*)",
|
||
|
"dest": "./site/out/$1",
|
||
|
"continue": true
|
||
|
}
|
||
|
]
|
||
|
}
|