mirror of
https://github.com/fmhy/edit.git
synced 2026-01-25 21:31:43 +11:00
Remove PWA related baggage, linting
This commit is contained in:
parent
3cb7a8e572
commit
fbebbefb80
7 changed files with 60 additions and 1703 deletions
|
|
@ -1,11 +1,9 @@
|
|||
import { type Theme, inBrowser } from "vitepress";
|
||||
import { type Theme } from "vitepress";
|
||||
import DefaultTheme from "vitepress/theme";
|
||||
import Layout from "./Layout.vue";
|
||||
import "./style.css";
|
||||
import "uno.css";
|
||||
|
||||
// if (inBrowser) import("./pwa");
|
||||
|
||||
export default {
|
||||
extends: DefaultTheme,
|
||||
Layout: Layout,
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
import { registerSW } from "virtual:pwa-register";
|
||||
|
||||
registerSW({ immediate: true });
|
||||
Loading…
Add table
Add a link
Reference in a new issue