12 lines
159 B
JSON
12 lines
159 B
JSON
{
|
|
"functions": {
|
|
"index.ts": {
|
|
"includeFiles": ["components/**/*"]
|
|
}
|
|
},
|
|
"rewrites": [
|
|
{ "source": "/(.*)", "destination": "/" }
|
|
]
|
|
}
|
|
|