Skip to content

Commit

Permalink
fix(docs): 🐛 Fixed fonts config
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Oct 21, 2024
1 parent ca8c70e commit 69bd0ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13,720 deletions.
2 changes: 1 addition & 1 deletion docs/app/components/content/contentImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function closeModal() {
</button>
<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">
<div :id="contentId" class="max-w-[80%]">
<div class="flex justify-between h-10 px-3 py-2 items-center mx-auto">
<div class="flex justify-between h-10 pl-3 py-2 items-center mx-auto">
<span class="text-xl font-bold">{{ title || alt }}</span>
<button
popovertarget="unocss-popover"
Expand Down
5 changes: 0 additions & 5 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export default defineNuxtConfig({
fonts: {
providers: {
google: false,
bunny: true,
},
},

Expand All @@ -91,10 +90,6 @@ export default defineNuxtConfig({
strictNuxtContentPaths: true,
},

build: {
transpile: ['shiki'],
},

devtools: {
enabled: true,

Expand Down
Loading

0 comments on commit 69bd0ad

Please sign in to comment.