🌐 AI搜索 & 代理 主页
Skip to content

Commit 31d66ac

Browse files
authored
chore: fix docs header version dropdown
1 parent e995f28 commit 31d66ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export default {
211211
isPR() {
212212
return (
213213
(this.isNetlify && process.env.PULL_REQUEST && process.env.REVIEW_ID) ||
214-
(this.isZeitNow && !this.isDev && !process.env.ZEIT_BRANCH !== 'master')
214+
(this.isZeitNow && !this.isDev && process.env.ZEIT_BRANCH !== 'master')
215215
)
216216
},
217217
prId() {

0 commit comments

Comments
 (0)