Skip to content

Commit

Permalink
fix: screenshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
nnivxix committed Mar 12, 2024
1 parent 45b11bb commit 2c78b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default defineConfig({
label: "import collection",
},
{
src: "screenshots/wide-3.jpg",
src: "screenshots/wide-4.jpg",
sizes: "768x432",
form_factor: "wide",
label: "form update collection",
Expand All @@ -118,13 +118,13 @@ export default defineConfig({
src: "screenshots/narrow-3.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "import collection",
label: "update collection",
},
{
src: "screenshots/narrow-3.jpg",
src: "screenshots/narrow-4.jpg",
sizes: "375x667",
form_factor: "narrow",
label: "update collection",
label: "import collection",
},
],
shortcuts: [
Expand Down

0 comments on commit 2c78b5e

Please sign in to comment.