From cd37eba6912c11e0472be1d573e6f8deb6b3c5e0 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 15 Jun 2024 13:08:22 -1000 Subject: [PATCH] fix: :bug: Fix incorrect PWA screenshot path --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 4721392..efe004b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -72,7 +72,7 @@ export default defineNuxtConfig({ label: "Account switcher", }, { - src: "screenshots/desktop/note-menu.webp", + src: "screenshots/mobile/note-menu.webp", sizes: "390x844", type: "image/webp", form_factor: "narrow",