We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 166434f + 4bdaa05 commit 3002d01Copy full SHA for 3002d01
.env.production
@@ -0,0 +1 @@
1
+NEXT_PUBLIC_BASE_PATH="/project-website"
.github/workflows/nextjs.yml
@@ -53,6 +53,9 @@ jobs:
53
with:
54
node-version: "20"
55
cache: ${{ steps.detect-package-manager.outputs.manager }}
56
+ - name: Create .env.production
57
+ run: |
58
+ echo "NEXT_PUBLIC_BASE_PATH=/project-website" >> .env.production
59
- name: Setup Pages
60
uses: actions/configure-pages@v5
61
.gitignore
@@ -31,7 +31,6 @@ yarn-error.log*
31
.pnpm-debug.log*
32
33
# env files (can opt-in for committing if needed)
34
-.env*
35
.env.local
36
37
0 commit comments