Skip to content

Commit

Permalink
use costom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nicnocquee committed Oct 9, 2024
1 parent 2506f6c commit 8fdd598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Build and export
run: bun run build

# - name: Create CNAME file
# run: echo "hyperjump.tech" > out/CNAME
- name: Create CNAME file
run: echo "hyperjump.tech" > out/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const basePath = process.env.NODE_ENV === "production" ? "/hyperjump.tech" : "";
const basePath = ""; // process.env.NODE_ENV === "production" ? "/hyperjump.tech" : "";
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
Expand Down

0 comments on commit 8fdd598

Please sign in to comment.