docs: bump @nuxt/content to 2.8.3

This commit is contained in:
Benjamin Canac
2023-09-27 13:48:06 +02:00
parent cbb2f28c3f
commit dcf6e63471
5 changed files with 183 additions and 57 deletions

View File

@@ -46,7 +46,7 @@
</component>
</div>
<ContentRenderer v-if="!previewOnly" :value="ast" class="[&>div>pre]:!rounded-t-none" />
<ContentRenderer v-if="!previewOnly" :value="ast" class="[&>pre]:!rounded-t-none" />
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<div class="[&>div>pre]:!rounded-t-none">
<div class="[&>pre]:!rounded-t-none">
<div class="flex border border-gray-200 dark:border-gray-700 relative not-prose rounded-t-md" :class="[{ 'p-4': padding, 'rounded-b-md': !$slots.code, 'border-b-0': !!$slots.code }, backgroundClass, overflowClass]">
<ContentSlot v-if="$slots.default" :use="$slots.default" />
</div>

View File

@@ -7,7 +7,7 @@
"devDependencies": {
"@iconify-json/heroicons": "latest",
"@iconify-json/simple-icons": "latest",
"@nuxt/content": "npm:@nuxt/content-edge@2.8.2-28246255.cae34d7",
"@nuxt/content": "^2.8.3",
"@nuxt/devtools": "^0.8.3",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.0.1-28255017.af7c0a2",

View File

@@ -2,12 +2,6 @@ import type { Config } from 'tailwindcss'
import defaultTheme from 'tailwindcss/defaultTheme'
export default <Partial<Config>>{
// content: {
// files: [
// './docs/content/**/*.md',
// './docs/content/**/*.yml'
// ]
// },
theme: {
extend: {
fontFamily: {