Skip to content

Commit

Permalink
fix vercel 404: NOT_FOUND issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sankaSanjeeva committed Jul 13, 2024
1 parent 7c093fd commit e2be30e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ This boilerplate provides a solid foundation for building scalable and maintaina
- **Authentication Logic:** Get started with built-in authentication logic to manage user authentication and authorization.
- **Dark Theme:** Easily toggle between light and dark themes to enhance user experience.

> This setup aims to accelerate your development process, reduce boilerplate code, and ensure your projects adhere to best practices.
## 🛠️ Prerequisites

- **[Node.js](https://nodejs.org/en)**
- **[yarn](https://yarnpkg.com/)** (You can switch to different Node Package Managers)
- **[yarn](https://yarnpkg.com/)** (Feel free to switch to different Node Package Managers if you prefer.)

## 🚀 Development

Expand All @@ -37,6 +39,6 @@ yarn
yarn dev
```

> This setup aims to accelerate your development process, reduce boilerplate code, and ensure your projects adhere to best practices.
> If you are not using [Vercel](https://vercel.com/) to deploy your application, you can remove `vercel.json` from your codebase.
<h3 align='center'>🎉 Happy Coding</h3>
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}

0 comments on commit e2be30e

Please sign in to comment.