Skip to content

Commit

Permalink
chore: Update rootURL for docs app (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter authored Sep 16, 2024
1 parent 6797257 commit 600ec09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = function (environment) {
}

if (environment === 'production') {
ENV.rootURL = '/nrg-ui';
ENV.rootURL = '/nrg-ui/';
ENV.locationType = 'hash';
}

Expand Down

0 comments on commit 600ec09

Please sign in to comment.