Skip to content

Commit

Permalink
[RELEASE] - 1.2.4 (Use basePath in production for ecr-viewer) (#1421)
Browse files Browse the repository at this point in the history
* [RELEASE] - 1.2.4 (Use basePath in production for ecr-viewer)

* Update versions
  • Loading branch information
nickclyde authored Mar 6, 2024
1 parent 39011df commit 4ffbe28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions containers/ecr-viewer/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const nextConfig = {
];
},
output: "standalone",
basePath: process.env.NODE_ENV === "production" ? "/ecr-viewer" : "",
};

module.exports = nextConfig;
2 changes: 1 addition & 1 deletion phdi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.3"
__version__ = "1.2.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "phdi"
version = "v1.2.3"
version = "v1.2.4"
description = "Public health data infrastructure Building Blocks is a library to help public health departments work with their data"
authors = [
"Kenneth Chow <[email protected]>",
Expand Down

0 comments on commit 4ffbe28

Please sign in to comment.