diff options
Diffstat (limited to 'examples/integration/index.ts')
-rw-r--r-- | examples/integration/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/integration/index.ts b/examples/integration/index.ts index 8b34afd23..1fafd4e15 100644 --- a/examples/integration/index.ts +++ b/examples/integration/index.ts @@ -11,8 +11,8 @@ export default function createIntegration(): AstroIntegration { // https://github.com/withastro/astro/blob/main/packages/integrations/react/src/index.ts }, 'astro:build:setup': () => { - // See the @astrojs/lit integration for an example - // https://github.com/withastro/astro/blob/main/packages/integrations/lit/src/index.ts + // See the @astrojs/react integration for an example + // https://github.com/withastro/astro/blob/main/packages/integrations/react/src/index.ts }, 'astro:build:done': () => { // See the @astrojs/partytown integration for an example |