Skip to content

Commit

Permalink
revert names
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Papaleo committed Apr 19, 2024
1 parent 7cdb288 commit 4e2b907
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:
user_email: "github-actions[bot]@users.noreply.github.com"
commit_message: ${{ github.event.head_commit.message }}
publish_branch: gh-pages
cname: beta.piximi.app
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "piximi",
"license": "BSD-style license",
"version": "0.2.0",
"homepage": "https://beta.piximi.app",
"homepage": "https://www.piximi.github.io/piximi-beta/",
"dependencies": {
"@clarketm/saga-monitor": "^2.0.1",
"@emotion/react": "^11.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Application/Application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const Application = () => {
return (
<StyledEngineProvider injectFirst>
<ThemeProvider theme={theme}>
<BrowserRouter basename={"/"}>
<BrowserRouter basename={"/piximi-beta"}>
<Routes>
<Route path="/" element={<ProjectViewer />} />
<Route path="imageviewer" element={<ImageViewer />} />
Expand Down

0 comments on commit 4e2b907

Please sign in to comment.