Skip to content

Commit d46f4ff

Browse files
committed
Revert "docs: upgrade deps (#1424)"
This reverts commit 92c4193.
1 parent 92c4193 commit d46f4ff

File tree

5 files changed

+578
-560
lines changed

5 files changed

+578
-560
lines changed

docs/content/1.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Content made easy for Vue developers"
33
description: "The file-based CMS for your Nuxt application, powered by Markdown and Vue components."
44
navigation: false
5-
layout: page
5+
layout: fluid
66
---
77

88
::block-hero

docs/content/8.playground.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: page
2+
layout: fluid
33
icon: file-icons:sandbox
44
---
55

docs/content/9.content-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: V1 Documentation
3-
layout: page
3+
layout: fluid
44
---
55

66

docs/layouts/blogpost.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script setup lang="ts">
22
// eslint-disable-next-line import/named
3-
import { useContent } from '#imports'
3+
import { useDocus } from '#imports'
44
5-
const { page } = useContent()
5+
const { page } = useDocus()
66
</script>
77

88
<template>

0 commit comments

Comments
 (0)