summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/integration/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/integration/index.ts b/examples/integration/index.ts
index 8c6cb35bf..54d917e78 100644
--- a/examples/integration/index.ts
+++ b/examples/integration/index.ts
@@ -10,9 +10,9 @@ export default function createIntegration(): AstroIntegration {
// See the @astrojs/react integration for an example
// https://github.com/withastro/astro/blob/main/packages/integrations/react/src/index.ts
},
- 'astro:build:setup': ({ config, updateConfig }) => {
- // See the @astrojs/netlify integration for an example
- // https://github.com/withastro/astro/blob/main/packages/integrations/netlify/src/integration-functions.ts
+ 'astro:build:setup': ({ pages, updateConfig }) => {
+ // See the @astrojs/lit integration for an example
+ // https://github.com/withastro/astro/blob/main/packages/integrations/lit/src/index.ts
},
'astro:build:done': ({ dir, routes }) => {
// See the @astrojs/partytown integration for an example