Skip to content

Commit

Permalink
redirect tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 15, 2023
1 parent f221686 commit 96339a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"apvd": "https://gitpkg.now.sh/runsascoded/shapes?f80bc91",
"bootstrap": "^5.3.1",
"next": "^13.4.13",
"next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?ae33f51",
"next-utils": "https://gitpkg.now.sh/runsascoded/next-utils/dist?fb16c2a",
"react": "^18.0.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.0.0",
Expand Down Expand Up @@ -41,8 +41,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export -o out/apvd && write-redirects -b apvd",
"gha-export": "next build && next export && write-redirects && touch out/.nojekyll",
"export": "next build && next export -o out/apvd && write-redirects -b apvd -ss",
"gha-export": "next build && next export && write-redirects -ss && touch out/.nojekyll",
"test": "jest"
}
}
2 changes: 1 addition & 1 deletion redirects.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"/circles": "/"
"/circles": ""
}

0 comments on commit 96339a7

Please sign in to comment.