Skip to content

Commit

Permalink
fix: ensure generated output works on s3 (#84)
Browse files Browse the repository at this point in the history
ADRs are now generated to adr/<name>/index.html instead of adr/<name>.html. See #45 for context.
  • Loading branch information
llwt committed Sep 22, 2022
1 parent 67b14b0 commit 237bd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/next.config.js
Expand Up @@ -13,6 +13,7 @@ module.exports = withBundleAnalyzer({
reactStrictMode: true,
target: "serverless",
poweredByHeader: false,
trailingSlash: true,
serverRuntimeConfig: {
PROJECT_ROOT: __dirname, // https://github.com/vercel/next.js/issues/8251
VERSION: process.env.HIDE_LOG4BRAINS_VERSION ? "" : packageJson.version
Expand Down

0 comments on commit 237bd1f

Please sign in to comment.