mirror of
https://github.com/samsonjs/spirit-tracker.git
synced 2026-03-25 09:25:51 +00:00
feat: Proper craft cellars support
This commit is contained in:
parent
f9ed9b735c
commit
2ca5e602a3
1 changed files with 24 additions and 0 deletions
|
|
@ -300,6 +300,30 @@ function createStore(defaultUa) {
|
|||
startUrl: "https://craftcellars.ca/collections/rum?filter.v.availability=1",
|
||||
discoveryStartPage: 5,
|
||||
},
|
||||
{
|
||||
key: "single-malt-scotch",
|
||||
label: "Single Malt Scotch",
|
||||
startUrl: "https://craftcellars.ca/collections/single-malt-scotch?filter.v.availability=1",
|
||||
discoveryStartPage: 1,
|
||||
},
|
||||
{
|
||||
key: "other-scotch-styles",
|
||||
label: "Other Scotch Styles",
|
||||
startUrl: "https://craftcellars.ca/collections/other-scotch-styles?filter.v.availability=1",
|
||||
discoveryStartPage: 1,
|
||||
},
|
||||
{
|
||||
key: "single-grain-scotch",
|
||||
label: "Single Grain Scotch",
|
||||
startUrl: "https://craftcellars.ca/collections/single-grain-scotch?filter.v.availability=1",
|
||||
discoveryStartPage: 1,
|
||||
},
|
||||
{
|
||||
key: "blended-malt-scotch",
|
||||
label: "Blended Malt Scotch",
|
||||
startUrl: "https://craftcellars.ca/collections/blended-malt-scotch?filter.v.availability=1",
|
||||
discoveryStartPage: 10,
|
||||
},
|
||||
],
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue