Skip to content

Commit

Permalink
chore: test autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Dec 9, 2024
1 parent feb5c8f commit 693d648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starlight-blog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { stripLeadingSlash, stripTrailingSlash } from './libs/path'
import { vitePluginStarlightBlogConfig } from './libs/vite'
import { Translations } from './translations'

export type { StarlightBlogConfig, StarlightBlogUserConfig }
export type { StarlightBlogConfig, StarlightBlogUserConfig }

export default function starlightBlogPlugin(userConfig?: StarlightBlogUserConfig): StarlightPlugin {
const config = validateConfig(userConfig)
Expand Down

0 comments on commit 693d648

Please sign in to comment.