vf-site/config.json
Ruidy a5136d102b use consistent naming convention for config keys
set default in main instead of inside the renderer

fix: renderer template folder setup
2023-06-13 14:35:05 +02:00

17 lines
No EOL
250 B
JSON

{
"name": "VillaFleurie",
"templates": [
"index.html",
"t2-corail.html",
"t3-azur.html",
"contact.html",
"reservation.html"
],
"staticFilesDir": [
"images",
"js",
"css",
"webfonts"
],
"outDir": "dist"
}