Skip to content

Commit

Permalink
fix(dev-refresh): traling slash not working for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhir Mitharwal committed Aug 3, 2019
1 parent 23adb87 commit 09561fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/next.config.js
Expand Up @@ -23,7 +23,7 @@ module.exports = compose(
)({
pageExtensions: ["js", "jsx", "md", "mdx"],
assetPrefix: publishBasePath,
exportTrailingSlash: true,
exportTrailingSlash: isProd,
env: {
hrefPrefix: publishBasePath,
appName: "Tourepedia Design System",
Expand Down

0 comments on commit 09561fe

Please sign in to comment.