We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95aa5f commit 6da6d92Copy full SHA for 6da6d92
apps/outreach/src/plugins/astro-plugin-symlink.ts
@@ -2,7 +2,7 @@ import fs from 'fs';
2
import path from 'path';
3
import url from 'url';
4
5
-import type { ViteUserConfig } from 'astro/config';
+import type { ViteUserConfig } from 'astro';
6
7
type PluginOption = NonNullable<ViteUserConfig['plugins']>[number];
8
type Plugin = Extract<PluginOption, { name: string }>;
0 commit comments