This commit is contained in:
taskylizard 2023-10-31 00:02:25 +05:30
parent fe7f5bb663
commit 3f1373eb7a
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
9 changed files with 2867 additions and 181 deletions

View file

@ -1,8 +1,12 @@
import { h } from "vue";
import "uno.css";
import type { Theme } from "vitepress";
import {type Theme, inBrowser } from "vitepress";
import DefaultTheme from "vitepress/theme";
import "./style.css";
import "uno.css";
if (inBrowser)
import('./pwa')
export default {
Layout: () => {