Skip to content

Commit

Permalink
Revert quote changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Feb 1, 2023
1 parent 1ec28ea commit 32d316e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ package.json
You can build the file path like this:

```ts
path.join(process.cwd(), 'posts', 'my-post.md');
path.join(process.cwd(), "posts", "my-post.md");
```

As mentioned in the [Server function](#server-lambda-function) section, in a non-monorepo setup, the `server-function` bundle looks like:
Expand Down

0 comments on commit 32d316e

Please sign in to comment.