node-atlas
Version:
Create server-based and component-based websites easily!
37 lines • 840 B
JSON
{
"languageCode": "fr-fr",
"commonController": "common.js",
"commonVariation": "common.json",
"pageNotFound": "error_fr-fr",
"routes": [{
"key": "home_fr-fr",
"url": "/",
"output": "index.html",
"view": "index.htm",
"variation": "index.json",
"controller": "index.js"
}, {
"key": "home_en-us",
"url": "/english/",
"output": "/english/index.html",
"view": "index.htm",
"variation": "index.json",
"controller": "index.js",
"languageCode": "en-us"
}, {
"enablePug": true,
"key": "error_en-us",
"url": "/english/*",
"output": "/english/error.html",
"view": "error.htm",
"statusCode": 404,
"languageCode": "en-us"
}, {
"enablePug": true,
"key": "error_fr-fr",
"url": "/erreur/",
"output": "/erreur.html",
"view": "error.htm",
"statusCode": 404
}]
}