diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85d1823..5688407 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: cache: 'npm' - name: Install dependencies - run: npm ci + run: npm ci --legacy-peer-deps - name: Set up environment variables run: | diff --git a/README.md b/README.md index ea9cc4f..adaf657 100644 --- a/README.md +++ b/README.md @@ -205,4 +205,14 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file --- +## What's Next? + +- [ ] Add support for multiple blog platforms +- [ ] Integrate with other services (e.g. Twitter, GitHub, etc.) +- [ ] Add more customization options +- [ ] Improve accessibility +- [ ] Add a feedback system + +dev version: 1.0 + Made with ❤️ by Javeed Ishaq \ No newline at end of file