feat: show favorite strain cards

This commit is contained in:
2018-09-13 20:31:06 -07:00
parent 3b39345fa6
commit 85efbd84d1
3 changed files with 32 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
outDir: 'dist',
plugins: [
require('@poi/plugin-vue-static')({
routes: ['/', '/home', '/favorites'],
routes: ['/', '/favorites'],
}),
],
};