diff --git a/.husky/post-commit b/.husky/post-commit index 013cec7..ab12c31 100644 --- a/.husky/post-commit +++ b/.husky/post-commit @@ -1,3 +1,3 @@ echo "post-commit..." -git push gh --mirror -git push sh --mirror +git push gh +git push sh diff --git a/README.md b/README.md index 6e6b959..bd3afa3 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,11 @@ Here's what this project is building: ## Report bugs or contribute Get in touch: + 1. Chat via Discord: [Ayo's Projects](https://discord.gg/kkvW7GYNAp) 1. Submit tickets via [SourceHut todo](https://todo.sr.ht/~ayoayco/astro-sw) 1. Start a [GitHub discussion](https://github.com/ayoayco/astro-sw/discussions) -1. Email me: [ayo@ayco.io](mailto:ayo@ayco.io) +1. Email me: [hi@ayo.run](mailto:hi@ayo.run) ## Roadmap diff --git a/SECURITY.md b/SECURITY.md index 7ac50f3..3385a76 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -16,4 +16,4 @@ currently being supported with security updates. ## Reporting a Vulnerability -Please send an email to the project owner: ayo@ayco.io +Please send an email to the project owner: hi@ayo.run diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..9fffaa3 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,4 @@ +allowBuilds: + '@parcel/watcher': false + esbuild: false + sharp: false