Skip to content

Commit

Permalink
feat: 🎸 wierd second commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Feb 3, 2021
1 parent 0910da8 commit dcddbf5
Show file tree
Hide file tree
Showing 12 changed files with 574 additions and 522 deletions.
27 changes: 11 additions & 16 deletions .routify/config.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
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-02-03T20:29:38.650Z"
}
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 dcddbf5

Please sign in to comment.