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