Skip to content

Commit

Permalink
docs: fix now build (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Dec 14, 2023
1 parent a708727 commit 4829109
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": "dist" }
"config": { "distDir": "docs-dist" }
}
],
"routes": [{ "src": "/(.*)", "dest": "/dist/$1" }]
]
}

1 comment on commit 4829109

@vercel
Copy link

@vercel vercel bot commented on 4829109 Dec 14, 2023

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.