\ No newline at end of file
+404: This page could not be found
404
This page could not be found.
\ No newline at end of file
diff --git a/Promptopia-dev-note-search-implementation.html b/Promptopia-dev-note-search-implementation.html
index a24957fec..57a97550c 100644
--- a/Promptopia-dev-note-search-implementation.html
+++ b/Promptopia-dev-note-search-implementation.html
@@ -1,4 +1,4 @@
-Promptopia 开发笔记(1)——搜索功能的实现与最佳实践
\ No newline at end of file
diff --git a/TODO.html b/TODO.html
index 8308c9e5f..be0d9c00f 100644
--- a/TODO.html
+++ b/TODO.html
@@ -1 +1 @@
-TODO List
\ No newline at end of file
diff --git a/path-middle.html b/path-middle.html
index 6412c16cf..2344ea450 100644
--- a/path-middle.html
+++ b/path-middle.html
@@ -1,4 +1,4 @@
- Next.js 踩坑记(1)——路径体操
\ No newline at end of file
diff --git a/path-middle2.html b/path-middle2.html
index 2752195c2..b1d1d9a8a 100644
--- a/path-middle2.html
+++ b/path-middle2.html
@@ -1,4 +1,4 @@
-Next.js 踩坑记(3)——路径体操(2)
\ No newline at end of file
diff --git a/search.html b/search.html
index a782c07fe..d12b4b6cb 100644
--- a/search.html
+++ b/search.html
@@ -1 +1 @@
-Musher's Frontend Coding Blog
\ No newline at end of file
diff --git a/tag/Nobelium.html b/tag/Nobelium.html
index 446d9b798..40268431a 100644
--- a/tag/Nobelium.html
+++ b/tag/Nobelium.html
@@ -1 +1 @@
-Musher's Frontend Coding Blog
\ No newline at end of file
diff --git a/tag/React.html b/tag/React.html
index 934f9e7f4..1d7b1d19b 100644
--- a/tag/React.html
+++ b/tag/React.html
@@ -1 +1 @@
-Musher's Frontend Coding Blog
\ No newline at end of file
diff --git a/tag/Website.html b/tag/Website.html
index 803db4d66..23a085afd 100644
--- a/tag/Website.html
+++ b/tag/Website.html
@@ -1 +1 @@
-Musher's Frontend Coding Blog
status 和 type 共同决定了这篇文章是否会出现在你最终构建的博客中,只有status === ‘Published’ && type === ‘post’ 才会出现在你的博客里,前者不为 Published 代表这篇博客还在写作状态中,没有准备好发表;后者如果是 page,则代表它并不是一篇博客。
阶段性检验
使用 npm install 命令安装好依赖后,使用 npm run dev 在本地运行开发环境,做了如上设置后,你应该已经能够得到一个在本地运行的博客系统,并且已经能抓取到你设置的 notion 页内的博文。
status 和 type 共同决定了这篇文章是否会出现在你最终构建的博客中,只有status === ‘Published’ && type === ‘post’ 才会出现在你的博客里,前者不为 Published 代表这篇博客还在写作状态中,没有准备好发表;后者如果是 page,则代表它并不是一篇博客。
阶段性检验
使用 npm install 命令安装好依赖后,使用 npm run dev 在本地运行开发环境,做了如上设置后,你应该已经能够得到一个在本地运行的博客系统,并且已经能抓取到你设置的 notion 页内的博文。