We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48ec3a commit cc2774eCopy full SHA for cc2774e
apps/docs/next.config.js
@@ -5,8 +5,8 @@ module.exports = (phase, { defaultConfig }) => {
5
return {
6
reactStrictMode: false,
7
output: "export",
8
- basePath: process.env.NODE_ENV === "production" ? "/nome-del-tuo-repo" : "",
+ basePath: process.env.NODE_ENV === "production" ? "/react-use-zendesk" : "",
9
assetPrefix:
10
- process.env.NODE_ENV === "production" ? "/nome-del-tuo-repo/" : "",
+ process.env.NODE_ENV === "production" ? "/react-use-zendesk/" : "",
11
};
12
0 commit comments