Mangades/.routify/config.js
2022-01-10 16:20:31 +01: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": "2022-01-10T14:33:28.708Z"
}