Skip to content

Commit

Permalink
update homepage url to match pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Dec 20, 2023
1 parent 76cd03e commit d00d7b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web-ui/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module.exports = {
reactStrictMode: true,
swcMinify: true,
basePath: '/quicksilver-app-v2',
assetPrefix: '/quicksilver-app-v2',
basePath: '/quicksilver',
assetPrefix: '/quicksilver',
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
Expand Down
2 changes: 1 addition & 1 deletion web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bun-qs",
"version": "0.15.3",
"private": true,
"homepage": "https://quicksilver-zone.github.io/quicksilver-app-v2/",
"homepage": "https://quicksilver-zone.github.io/quicksilver/",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down

0 comments on commit d00d7b2

Please sign in to comment.