Skip to content

Commit

Permalink
feat: 🎸 browse straight to route and grab relevant category
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Dec 19, 2020
1 parent 43abc74 commit de1d6fa
Show file tree
Hide file tree
Showing 10 changed files with 317 additions and 376 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: '2020-12-19T10:08:54.691Z',
};
"pages": "src/pages",
"sourceDir": "public",
"routifyDir": ".routify",
"ignore": "",
"dynamicImports": true,
"singleBuild": false,
"noHashScroll": false,
"distDir": "dist",
"extensions": [
"svelte",
"html",
"svx",
"md"
],
"started": "2020-12-19T14:53:51.188Z"
}
Loading

0 comments on commit de1d6fa

Please sign in to comment.