Code for https://gm112.neocities.org/ gm112.neocities.org/

chore: adjust heading styling

+2 -5
+1 -1
app/pages/about.vue
··· 2 2 <u-container> 3 3 <article class="flex flex-col gap-2"> 4 4 <header> 5 - <h1 class="text-3xl">{{ t('title') }}</h1> 5 + <h1 class="text-[32px]">{{ t('title') }}</h1> 6 6 <h2>{{ t('description') }}</h2> 7 7 </header> 8 8 <section>
+1 -1
app/pages/list.vue
··· 2 2 <u-container> 3 3 <article> 4 4 <header> 5 - <h1 class="text-3xl">{{ t('title') }}</h1> 5 + <h1 class="text-[32px]">{{ t('title') }}</h1> 6 6 </header> 7 7 <section> 8 8 <ul>
-3
layers/00.base/nuxt.config.ts
··· 36 36 }, 37 37 38 38 runtimeConfig: { 39 - public: { 40 - moon_pearl_pink_bun: process.env['NUXT_MOON_PEARL_PINK_BUN'] ?? '', 41 - }, 42 39 moon_pearl_pink_bun: process.env['NUXT_MOON_PEARL_PINK_BUN'] ?? '', 43 40 }, 44 41 sourcemap: false,