Mangades/.routify/config.js
2021-05-20 16:59:12 +02:00

18 lines
No EOL
340 B
JavaScript

module.exports = {
"pages": "src/pages",
"sourceDir": "public",
"routifyDir": ".routify",
"ignore": "",
"dynamicImports": true,
"singleBuild": false,
"noHashScroll": false,
"distDir": "dist",
"hashScroll": true,
"extensions": [
"svelte",
"html",
"svx",
"md"
],
"started": "2021-05-20T14:57:51.302Z"
}