Skip to content

Commit

Permalink
update getstaticpaths
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegulline committed Nov 3, 2023
1 parent 9345d74 commit 58ecf02
Show file tree
Hide file tree
Showing 11 changed files with 381 additions and 134 deletions.
4 changes: 2 additions & 2 deletions public/data/mens-sleeves.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"type": "Sleeves",
"name": "Original Long-Sleeve",
"link": "/store/mens/sleeves/stamp/black",
"image": "/images/products/mens/sleeves/MensSleevesStampBlack.jpg",
"link": "/store/mens/sleeves/stenciled/black",
"image": "/images/products/mens/sleeves/MensSleevesStenciledBlack.jpg",
"has_image_back": true,
"weight": 9.8,
"meta": {
Expand Down
4 changes: 2 additions & 2 deletions public/data/mens-tank.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"type": "Tank",
"name": "Original Tank",
"link": "/store/mens/tank/small-circle/black",
"image": "/images/products/mens/tank/MensTankSmallCircleBlack.jpg",
"link": "/store/mens/tank/arch/black",
"image": "/images/products/mens/tank/MensTankArchBlack.jpg",
"has_image_back": true,
"weight": 5.7,
"meta": {
Expand Down
4 changes: 2 additions & 2 deletions public/data/mens-tee.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"type": "Tee",
"name": "Original Tee",
"link": "/store/mens/tee/block/black",
"image": "/images/products/mens/tee/MensTeeBlockBlack.jpg",
"link": "/store/mens/tee/stamp/black",
"image": "/images/products/mens/tee/MensTeeStampBlack.jpg",
"has_image_back": true,
"weight": 7,
"meta": {
Expand Down
14 changes: 7 additions & 7 deletions public/data/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
{
"name": "Original Tank",
"location": "/store/mens/tank/stenciled/black"
"location": "/store/mens/tank/small-circle/black"
},
{
"name": "Original Long-Sleeve",
"location": "/store/mens/sleeves/block/black"
"location": "/store/mens/sleeves/stenciled/black"
}
]
},
Expand All @@ -23,11 +23,11 @@
"subMenu": [
{
"name": "Original Tank",
"location": "/store/womens/tank/stenciled/gray"
"location": "/store/womens/tank/original/gray"
},
{
"name": "Original Oversized Crop",
"location": "/store/womens/oversized-crop/block/black"
"location": "/store/womens/oversized-crop/original/black"
}
]
},
Expand All @@ -37,19 +37,19 @@
"subMenu": [
{
"name": "Original 50/50 Crew",
"location": "/store/outerwear/50-50-crew/stenciled/black"
"location": "/store/outerwear/50-50-crew/original/black"
},
{
"name": "Original Cotton Crew",
"location": "/store/outerwear/crew/block/black"
"location": "/store/outerwear/crew/arch/black"
},
{
"name": "Original 50/50 Hoodie",
"location": "/store/outerwear/50-50-hoodie/original/black"
},
{
"name": "Original Cotton Hoodie",
"location": "/store/outerwear/hoodie/block/black"
"location": "/store/outerwear/hoodie/stenciled/black"
},
{
"name": "Knit Beanie",
Expand Down
4 changes: 2 additions & 2 deletions public/data/outerwear-50-50-crew.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"type": "50-50-Crew",
"name": "Original 50/50 Crew",
"link": "/store/outerwear/50-50-crew/original/black",
"image": "/images/products/outerwear/50-50-crew/Outerwear50-50-CrewOriginalBlack.jpg",
"link": "/store/outerwear/50-50-crew/stamp/black",
"image": "/images/products/outerwear/50-50-crew/Outerwear50-50-CrewStampBlack.jpg",
"has_image_back": true,
"weight": 34.3,
"meta": {
Expand Down
4 changes: 2 additions & 2 deletions public/data/outerwear-50-50-hoodie.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"type": "50-50-Hoodie",
"name": "Original 50/50 Hoodie",
"link": "/store/outerwear/50-50-hoodie/original/black",
"image": "/images/products/outerwear/50-50-hoodie/Outerwear50-50-HoodieOriginalBlack.jpg",
"link": "/store/outerwear/50-50-hoodie/block/black",
"image": "/images/products/outerwear/50-50-hoodie/Outerwear50-50-HoodieBlockBlack.jpg",
"has_image_back": false,
"weight": 34.3,
"meta": {
Expand Down
4 changes: 2 additions & 2 deletions public/data/outerwear-crew.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"type": "Crew",
"name": "Original Cotton Crew",
"link": "/store/outerwear/crew/stamp/black",
"image": "/images/products/outerwear/crew/OuterwearCrewStampBlack.jpg",
"link": "/store/outerwear/crew/arch/black",
"image": "/images/products/outerwear/crew/OuterwearCrewArchBlack.jpg",
"has_image_back": true,
"weight": 34.3,
"meta": {
Expand Down
Loading

1 comment on commit 58ecf02

@vercel
Copy link

@vercel vercel bot commented on 58ecf02 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.