Skip to content

Commit

Permalink
docs: fix type file import
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 7, 2024
1 parent 4d75b16 commit cde683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { withSidebar } from '../../dist/index.js';
import packageJson from '../../package.json' with { type: 'json' };
import { defineConfig, UserConfig } from 'vitepress';
import { withI18n } from 'vitepress-i18n';
import { VitePressI18nOptions } from 'vitepress-i18n/types';
import type { VitePressI18nOptions } from 'vitepress-i18n/types';
import type { VitePressSidebarOptions } from '../../dist/types.js';

const defaultLocale: string = 'en';
Expand Down

0 comments on commit cde683b

Please sign in to comment.