Skip to content

Commit

Permalink
Merge pull request #1657 from vpste1/deploy-doc-fixes
Browse files Browse the repository at this point in the history
docs: fix aws deployment docs to include required import of path
  • Loading branch information
fivethreeo committed Jul 8, 2021
2 parents 7c6c25a + e349755 commit b8154c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/pages/deployment-options/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Add razzle config.
```js
// razzle.config.js
'use strict';
const path = require('path');

module.exports = {
options: {
Expand Down

1 comment on commit b8154c0

@vercel
Copy link

@vercel vercel bot commented on b8154c0 Jul 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.