Skip to content

Commit

Permalink
add: Slidev Config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BorhanSaflo committed Sep 7, 2023
1 parent 64881c6 commit 693fdf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
"dev": "slidev",
"export": "slidev export"
},
"slidev": {
"highlighter": "shiki",
"default": {
"aspectRatio": "16/9",
"fonts": {
"sans": "Inter",
"title": "Gilroy",
"mono": "Fira Code"
}
}
},
"dependencies": {
"@slidev/cli": "^0.43.0-beta.3",
"@slidev/theme-default": "latest",
Expand Down
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ class: text-center

# Config

#### If you want to run mutiple Distros than here are some helpful commands to config WSL to your prefences
#### If you want to run multiple Distros than here are some helpful commands to config WSL to your preferences

<br>
To set default Distro
Expand Down

0 comments on commit 693fdf5

Please sign in to comment.