Skip to content

Commit

Permalink
base is var
Browse files Browse the repository at this point in the history
  • Loading branch information
local committed Mar 31, 2024
1 parent 8a87f1f commit 87c1be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: Install and Build
env:
NODE_OPTIONS: --openssl-legacy-provider
BASE: ${{ vars.BASE }}
run: |
yarn install
yarn build
Expand Down
2 changes: 1 addition & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function i18nSidebar(locale) {
}

module.exports = {
base: "/v2ray-step-by-step/",
base: process.env.BASE || "/",
title: '新 V2Ray 白话文指南',
description: 'Just playing around',
locales: {
Expand Down

0 comments on commit 87c1be7

Please sign in to comment.