Skip to content

Commit

Permalink
chore: revert unconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 27, 2024
1 parent 96dcd3f commit c4c9491
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* text=auto
*.lockb binary diff=lockb
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const sidebar = [
]

const description = 'A simple and smart tunneling alternative. Without or with self-hosting.'
const title = 'localtunnels | ' + description
const title = `localtunnels | ${description}`

export default withPwa(
defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vitepress": "^1.5.0"
},
"overrides": {
"unconfig": "0.6.0"
"unconfig": "0.3.10"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down

0 comments on commit c4c9491

Please sign in to comment.