Skip to content

Commit

Permalink
Revert "docs: upgrade deps (#1424)"
Browse files Browse the repository at this point in the history
This reverts commit 92c4193.
  • Loading branch information
atinux committed Aug 11, 2022
1 parent 92c4193 commit d46f4ff
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 560 deletions.
2 changes: 1 addition & 1 deletion docs/content/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Content made easy for Vue developers"
description: "The file-based CMS for your Nuxt application, powered by Markdown and Vue components."
navigation: false
layout: page
layout: fluid
---

::block-hero
Expand Down
2 changes: 1 addition & 1 deletion docs/content/8.playground.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: fluid
icon: file-icons:sandbox
---

Expand Down
2 changes: 1 addition & 1 deletion docs/content/9.content-v1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: V1 Documentation
layout: page
layout: fluid
---


Expand Down
4 changes: 2 additions & 2 deletions docs/layouts/blogpost.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script setup lang="ts">
// eslint-disable-next-line import/named
import { useContent } from '#imports'
import { useDocus } from '#imports'
const { page } = useContent()
const { page } = useDocus()
</script>

<template>
Expand Down
Loading

0 comments on commit d46f4ff

Please sign in to comment.