refactor: rename style file

This commit is contained in:
Ruabbit
2024-12-06 12:43:05 +08:00
parent 0289f8f10e
commit 3456957e9c
3 changed files with 2 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
import DefaultTheme from "vitepress/theme";
import "./style/index.css";
export default {
extends: DefaultTheme,
};