Skip to content

Commit a0ec888

Browse files
committed
Update index.js
1 parent 84ef26e commit a0ec888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rustedwarfareapicode/.vitepress/theme

rustedwarfareapicode/.vitepress/theme/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "./style/custom.css";
55
import { initializeApp } from "firebase/app";
66
import { getAnalytics } from "firebase/analytics";
77
import { getPerformance } from "firebase/performance";
8-
import NoteFound from "../theme/NotFound.vue";
8+
import NotFound from "../theme/NotFound.vue";
99

1010
/**
1111
* 初始化 Firebase
@@ -111,5 +111,5 @@ async function init() {
111111
init();
112112
export default {
113113
...DefaultTheme,
114-
Layout: NoteFound,
114+
Layout: NotFound,
115115
};

0 commit comments

Comments
 (0)