Skip to content

Commit

Permalink
fix: 🐛 jewellery store {} -> []
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jan 5, 2021
1 parent 0f4f3f8 commit 0568d48
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 525 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-05T14:38:49.398Z',
};
"pages": "src/pages",
"sourceDir": "public",
"routifyDir": ".routify",
"ignore": "",
"dynamicImports": true,
"singleBuild": false,
"noHashScroll": false,
"distDir": "dist",
"extensions": [
"svelte",
"html",
"svx",
"md"
],
"started": "2021-01-05T15:47:29.802Z"
}
Loading

0 comments on commit 0568d48

Please sign in to comment.