diff options
Diffstat (limited to 'examples/integration/index.ts')
-rw-r--r-- | examples/integration/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/index.ts b/examples/integration/index.ts index 2c7249b83..8c6cb35bf 100644 --- a/examples/integration/index.ts +++ b/examples/integration/index.ts @@ -10,7 +10,7 @@ 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:start': ({ buildConfig }) => { + '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 }, |