Skip to content

Commit 6da6d92

Browse files
committed
fix: type issue in astro
1 parent f95aa5f commit 6da6d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/outreach/src/plugins/astro-plugin-symlink.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'fs';
22
import path from 'path';
33
import url from 'url';
44

5-
import type { ViteUserConfig } from 'astro/config';
5+
import type { ViteUserConfig } from 'astro';
66

77
type PluginOption = NonNullable<ViteUserConfig['plugins']>[number];
88
type Plugin = Extract<PluginOption, { name: string }>;

0 commit comments

Comments
 (0)