Skip to content

Commit

Permalink
fix: addon docs root url
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Feb 10, 2022
1 parent c1073e5 commit 7d8151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = function (environment) {
}

if (environment === "production") {
ENV.rootURL = "ADDON_DOCS_ROOT_URL";
ENV.rootURL = "/ADDON_DOCS_ROOT_URL/";
}

return ENV;
Expand Down

0 comments on commit 7d8151f

Please sign in to comment.