tangled
alpha
login
or
join now
gm112.bsky.social
/
org.neocities.gm112
0
fork
atom
Code for https://gm112.neocities.org/
gm112.neocities.org/
0
fork
atom
overview
issues
4
pulls
pipelines
chore: adjust heading styling
gm112.bsky.social
3 weeks ago
233d6ecc
b080d9e1
1/1
deploy.yaml
success
43s
+2
-5
3 changed files
expand all
collapse all
unified
split
app
pages
about.vue
list.vue
layers
00.base
nuxt.config.ts
+1
-1
app/pages/about.vue
···
2
2
<u-container>
3
3
<article class="flex flex-col gap-2">
4
4
<header>
5
5
-
<h1 class="text-3xl">{{ t('title') }}</h1>
5
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
5
-
<h1 class="text-3xl">{{ t('title') }}</h1>
5
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
39
-
public: {
40
40
-
moon_pearl_pink_bun: process.env['NUXT_MOON_PEARL_PINK_BUN'] ?? '',
41
41
-
},
42
39
moon_pearl_pink_bun: process.env['NUXT_MOON_PEARL_PINK_BUN'] ?? '',
43
40
},
44
41
sourcemap: false,