Skip to content

Commit

Permalink
chore: show netlify status
Browse files Browse the repository at this point in the history
  • Loading branch information
RickaPrincy committed Feb 9, 2024
1 parent a6b4888 commit 57b7b77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Formekou

### preprod:
[![Netlify Status](https://api.netlify.com/api/v1/badges/96136211-8905-4c6c-abaf-fb14952713b8/deploy-status?branch=preprod)](https://app.netlify.com/sites/formekou/deploys)

### prod:
[![Netlify Status](https://api.netlify.com/api/v1/badges/96136211-8905-4c6c-abaf-fb14952713b8/deploy-status)](https://app.netlify.com/sites/formekou/deploys)

# Scripts

```bash
# To format code style:
npm run format
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
}

0 comments on commit 57b7b77

Please sign in to comment.