diff options
Diffstat (limited to 'packages/integrations/prefetch/src')
-rw-r--r-- | packages/integrations/prefetch/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/prefetch/src/index.ts b/packages/integrations/prefetch/src/index.ts index a15f88747..cb1c73a0b 100644 --- a/packages/integrations/prefetch/src/index.ts +++ b/packages/integrations/prefetch/src/index.ts @@ -3,7 +3,7 @@ import type { PrefetchOptions } from './client.js'; export default function (options: PrefetchOptions = {}): AstroIntegration { return { - name: '@astrojs/lit', + name: '@astrojs/prefetch', hooks: { 'astro:config:setup': ({ updateConfig, addRenderer, injectScript }) => { // Inject the necessary polyfills on every page (inlined for speed). |