Skip to content

Commit

Permalink
Fix integration name (prefetch instead of lit) (#3778)
Browse files Browse the repository at this point in the history
  • Loading branch information
hippotastic committed Jun 30, 2022
1 parent d137169 commit 91635f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-moons-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/prefetch': patch
---

Fix integration name (`prefetch` instead of `lit`)
2 changes: 1 addition & 1 deletion packages/integrations/prefetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 91635f0

Please sign in to comment.