Skip to content

Commit

Permalink
Mise à jour des dépendances et quelques corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Nov 28, 2023
1 parent 7553fcc commit 426becf
Show file tree
Hide file tree
Showing 5 changed files with 2,307 additions and 2,687 deletions.
2 changes: 1 addition & 1 deletion components/content/ProseH2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h2 {
counter-increment: headline-2;
counter-reset: headline-3;
&:before {
&::before {
content: counter(headline-2, upper-roman) ' - ';
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/generate-commit-sha-file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface ModuleOptions {
const name = 'generate-commit-sha-file'
export default defineNuxtModule<ModuleOptions>({
meta: {
name: name,
name,
version: '0.0.1',
configKey: 'commitShaFileGenerator',
compatibility: { nuxt: '^3.0.0' }
Expand Down
Loading

0 comments on commit 426becf

Please sign in to comment.