attempting to build

This commit is contained in:
taskylizard 2023-10-27 13:53:24 +05:30
parent 9b91dfe270
commit 545aeaa006
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
4 changed files with 95 additions and 91 deletions

View file

@ -1,11 +1,10 @@
import { h } from "vue";
import "uno.css"
import "uno.css";
import type { Theme } from "vitepress";
import DefaultTheme from "vitepress/theme";
import "./style.css";
export default {
extends: DefaultTheme,
Layout: () => {
return h(DefaultTheme.Layout, null, {
});