Remove PWA related baggage, linting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user