You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
352 B
JSON

{
"version": 2,
"name": "pegjs",
"alias": [
"pegjs.org",
"www.pegjs.org"
],
"routes": [
{
"handle": "filesystem"
},
{
"src": "/",
"dest": "/index.html"
},
{
"src": "/([^\\.*]+)",
"dest": "/$1.html"
}
]
}