Skip to content

Commit

Permalink
refactor: remove base path
Browse files Browse the repository at this point in the history
  • Loading branch information
boomchanotai committed Nov 8, 2024
1 parent c4cf62c commit 7488577
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Install dependencies
run: |
pnpm install
- name: "Create env file"
run: |
touch .env
echo BasePath=/CUBS-website >> .env
cat .env
- name: Build
run: |
pnpm run build
Expand Down
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
basePath: process.env.BasePath,
images: {
unoptimized: true,
},
Expand Down

0 comments on commit 7488577

Please sign in to comment.