Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
Showing only changes of commit 1e87a8556e - Show all commits

View File

@ -4,7 +4,7 @@
<ContentDoc tag="article" class="prose dark:prose-invert"> <ContentDoc tag="article" class="prose dark:prose-invert">
<template #not-found> <template #not-found>
<!-- 404 --> <!-- 404 -->
<main class="prose dark:prose-invert"> <main class="prose dark:prose-invert h-full">
<h1>404 - Not Found</h1> <h1>404 - Not Found</h1>
<p>Maybe you can find somewhere else?</p> <p>Maybe you can find somewhere else?</p>
</main> </main>