diff options
Diffstat (limited to 'src/dev.ts')
-rw-r--r-- | src/dev.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev.ts b/src/dev.ts index a9b785103..d7a4ec47f 100644 --- a/src/dev.ts +++ b/src/dev.ts @@ -35,7 +35,7 @@ export default async function(astroConfig: AstroConfig) { [internalPath.pathname]: '/__hmx_internal__' }, plugins: [ - ['hmx-v2/snowpack-plugin', hmxPlugOptions] + ['astro/snowpack-plugin', hmxPlugOptions] ], devOptions: { open: 'none', |