diff --git a/.gitattributes b/.gitattributes index 6f28e15..176a458 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ * text=auto -*.lockb binary diff=lockb diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 457d881..f131e0f 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -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({ diff --git a/package.json b/package.json index 09e2a1d..c8e80f9 100644 --- a/package.json +++ b/package.json @@ -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"