1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-29 01:50:06 +02:00

add now.json

This commit is contained in:
Ian Storm Taylor
2019-12-09 21:38:29 -05:00
parent 3400b4271e
commit b99fdeb718

9
now.json Normal file
View File

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