Skip to content

Commit

Permalink
docs: fixed a typo in git-changelog, styles.css -> style.css (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomzzz committed Apr 17, 2024
1 parent 5bd1018 commit d2c7191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ import { // [!code ++]
NolebaseGitChangelogPlugin // [!code ++]
} from '@nolebase/vitepress-plugin-git-changelog/client' // [!code ++]
import '@nolebase/vitepress-plugin-git-changelog/client/styles.css' // [!code ++]
import '@nolebase/vitepress-plugin-git-changelog/client/style.css' // [!code ++]
export const Theme: ThemeConfig = {
extends: DefaultTheme,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ import { // [!code ++]
NolebaseGitChangelogPlugin // [!code ++]
} from '@nolebase/vitepress-plugin-git-changelog/client' // [!code ++]
import '@nolebase/vitepress-plugin-git-changelog/client/styles.css' // [!code ++]
import '@nolebase/vitepress-plugin-git-changelog/client/style.css' // [!code ++]
export const Theme: ThemeConfig = {
extends: DefaultTheme,
Expand Down

0 comments on commit d2c7191

Please sign in to comment.