Skip to content

Commit 763c542

Browse files
committed
chore: add vite-plugin-pwa to dev dependencies to fix test:types
1 parent a9963b6 commit 763c542

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

app/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ if (import.meta.client) {
6767
</script>
6868

6969
<template>
70-
<NuxtPwaAssets />
7170
<div class="min-h-screen flex flex-col bg-bg text-fg">
71+
<NuxtPwaAssets />
7272
<a href="#main-content" class="skip-link font-mono">{{ $t('common.skip_link') }}</a>
7373

7474
<AppHeader :show-logo="!isHomepage" />

app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defineOgImageComponent('Default')
3535
dir="ltr"
3636
class="inline-flex items-center header-logo flex-gap1 font-mono text-5xl sm:text-7xl md:text-8xl font-medium tracking-tight mb-4 motion-safe:animate-fade-in motion-safe:animate-fill-both"
3737
>
38-
<img :alt="$t('alt_logo')" src="/favicon.svg" width="72" height="72" class="mt-4" />
38+
<img :alt="$t('alt_logo')" src="/favicon.svg" width="96" height="96" class="mt-6" />
3939
<span>npmx</span>
4040
</h1>
4141

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"typescript": "5.9.3",
100100
"unocss": "66.6.0",
101101
"unplugin-vue-router": "^0.19.2",
102+
"vite-plugin-pwa": "1.2.0",
102103
"vite-plus": "latest",
103104
"vitest": "npm:@voidzero-dev/vite-plus-test@latest",
104105
"vitest-environment-nuxt": "^1.0.1",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)