Skip to content

Commit 69bd0ad

Browse files
committed
fix(docs): 🐛 Fixed fonts config
1 parent ca8c70e commit 69bd0ad

File tree

3 files changed

+1
-13720
lines changed

3 files changed

+1
-13720
lines changed

docs/app/components/content/contentImage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function closeModal() {
4343
</button>
4444
<div :id="popoverId" popover="auto" class="transition-opacity ease-out transition-discrete h-full w-full bg-transparent p-0 justify-center place-items-center opacity-0 popover-open:grid popover-open:opacity-100 backdrop-blur-lg starting:popover-open:opacity-0">
4545
<div :id="contentId" class="max-w-[80%]">
46-
<div class="flex justify-between h-10 px-3 py-2 items-center mx-auto">
46+
<div class="flex justify-between h-10 pl-3 py-2 items-center mx-auto">
4747
<span class="text-xl font-bold">{{ title || alt }}</span>
4848
<button
4949
popovertarget="unocss-popover"

docs/nuxt.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ export default defineNuxtConfig({
6868
fonts: {
6969
providers: {
7070
google: false,
71-
bunny: true,
7271
},
7372
},
7473

@@ -91,10 +90,6 @@ export default defineNuxtConfig({
9190
strictNuxtContentPaths: true,
9291
},
9392

94-
build: {
95-
transpile: ['shiki'],
96-
},
97-
9893
devtools: {
9994
enabled: true,
10095

0 commit comments

Comments
 (0)