Skip to content

Commit 5238644

Browse files
committed
fix: path error
1 parent 39f89e4 commit 5238644

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ ENV TZ=Asia/Shanghai \
2121
LANGUAGE=C.UTF-8 \
2222
LC_ALL=C.UTF-8
2323

24-
WORKDIR /usr/share/nginx/html/vuepress-frontend-notes/
24+
WORKDIR /usr/share/nginx/html/vuepress-python-notes/
2525

26-
RUN echo "<script>window.location.href = '/vuepress-frontend-notes/'</script>" > /usr/share/nginx/html/index.html
26+
RUN echo "<script>window.location.href = '/vuepress-python-notes/'</script>" > /usr/share/nginx/html/index.html
2727
COPY --from=builder /app/docs/.vuepress/dist/ ./
2828

2929
EXPOSE 80

docs/python-core/collections/python-ebnf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ suite: simple_stmt | NEWLINE INDENT stmt+ DEDENT
3838
title: AI 提示
3939
desc: 解释一下 Extended Backus Naur Form(EBNF)是什么?What is the Extended Backus Naur Form (EBNF)?
4040
link: https://chat.openai.com/
41-
logo: /chatgpt.svg
41+
logo: /vuepress-python-notes/chatgpt.svg
4242
color: rgba(226, 212, 255, 0.2)
4343
```
4444

0 commit comments

Comments
 (0)