Revert "docs: wording changes for offline support"

This reverts commit 52a172d1a4.
This commit is contained in:
Jacky Zhao 2023-09-20 13:52:29 -07:00
parent 0bad3ce799
commit 70e029d151
4 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,7 @@ tags:
- plugin/emitter
---
This plugin allows your website to be accessible offline and be installed as an app. You can enable it by adding `Plugin.Offline(),` to the `emitters` in `quartz.config.ts`
This plugin allows your website to be accessible offline and be installed as an app. You can use it by adding `Plugin.Offline(),` to the `emitters` in `quartz.config.ts`
## Offline Capability