Skip to content

Commit

Permalink
refactor: 💡 functional code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Feb 3, 2021
1 parent e32b27f commit 0910da8
Show file tree
Hide file tree
Showing 13 changed files with 569 additions and 642 deletions.
27 changes: 16 additions & 11 deletions .routify/config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
module.exports = {
pages: 'src/pages',
sourceDir: 'public',
routifyDir: '.routify',
ignore: '',
dynamicImports: true,
singleBuild: false,
noHashScroll: false,
distDir: 'dist',
extensions: ['svelte', 'html', 'svx', 'md'],
started: '2021-01-31T12:48:46.113Z',
};
"pages": "src/pages",
"sourceDir": "public",
"routifyDir": ".routify",
"ignore": "",
"dynamicImports": true,
"singleBuild": false,
"noHashScroll": false,
"distDir": "dist",
"extensions": [
"svelte",
"html",
"svx",
"md"
],
"started": "2021-02-03T20:29:38.650Z"
}
Loading

0 comments on commit 0910da8

Please sign in to comment.