We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec41ca5 + b645806 commit 1031968Copy full SHA for 1031968
.changeset/rude-queens-reply.md
@@ -0,0 +1,5 @@
1
+---
2
+"simple-stack-stream": patch
3
4
+
5
+Fix simple-stream integration name
packages/stream/src/index.ts
@@ -2,7 +2,7 @@ import type { AstroIntegration } from "astro";
export default function integration(): AstroIntegration {
return {
- name: "simple-form",
+ name: "simple-stream",
6
hooks: {
7
"astro:config:setup"({ addMiddleware }) {
8
addMiddleware({
0 commit comments