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