mirror of
https://github.com/fmhy/edit.git
synced 2026-02-01 00:31:06 +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,10 +1,8 @@
|
|||
import { fileURLToPath } from "node:url";
|
||||
import { defineConfig } from "vitepress";
|
||||
import { withPwa } from "@vite-pwa/vitepress";
|
||||
import UnoCSS from "unocss/vite";
|
||||
import { presetUno, presetAttributify, presetIcons } from "unocss";
|
||||
import { commitRef, meta, socials } from "./constants";
|
||||
import { pwa } from "./pwa";
|
||||
import { generateImages, generateMeta } from "./hooks";
|
||||
import { toggleStarredPlugin } from "./markdown/toggleStarred";
|
||||
import { base64DecodePlugin } from "./markdown/base64";
|
||||
|
|
@ -131,6 +129,5 @@ export default defineConfig({
|
|||
{ text: "📦 Storage", link: "/storage" },
|
||||
],
|
||||
socialLinks: socials,
|
||||
...pwa,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue