Remove PWA related baggage, linting

This commit is contained in:
taskylizard
2023-11-14 21:55:36 +05:30
parent 3cb7a8e572
commit fbebbefb80
7 changed files with 60 additions and 1703 deletions

View File

@@ -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,