We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef26e commit a0ec888Copy full SHA for a0ec888
1 file changed
rustedwarfareapicode/.vitepress/theme/index.js
@@ -5,7 +5,7 @@ import "./style/custom.css";
5
import { initializeApp } from "firebase/app";
6
import { getAnalytics } from "firebase/analytics";
7
import { getPerformance } from "firebase/performance";
8
-import NoteFound from "../theme/NotFound.vue";
+import NotFound from "../theme/NotFound.vue";
9
10
/**
11
* 初始化 Firebase
@@ -111,5 +111,5 @@ async function init() {
111
init();
112
export default {
113
...DefaultTheme,
114
- Layout: NoteFound,
+ Layout: NotFound,
115
};
0 commit comments