Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 29, 2022
1 parent 3b595d3 commit 68bd2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const moduleExports = {
module.exports = {
async rewrites() {
return [
{
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"functions": {
"api/stripe/webhooks.ts": {
"api/stripe/webhooks": {
"includeFiles": "node_modules/md-to-pdf/markdown.css"
}
}
Expand Down

0 comments on commit 68bd2a2

Please sign in to comment.