docs: wording changes for offline support

This commit is contained in:
Jacky Zhao
2023-09-20 11:40:36 -07:00
parent 9c322802fa
commit 2a552cd92b
4 changed files with 4 additions and 3 deletions

View File

@ -62,7 +62,7 @@ export const Offline: QuartzEmitterPlugin = () => {
const [tree, vfile] = defaultProcessedContent({
slug,
text: "Offline",
description: "This page isn't offline available yet.",
description: "You're offline and this page hasn't been cached yet.",
frontmatter: { title: "Offline", tags: [] },
})