From c4c94910aac154fdc81d475a544dbb3a4a0e3a39 Mon Sep 17 00:00:00 2001 From: cab-mikee Date: Fri, 27 Dec 2024 23:26:44 +0800 Subject: [PATCH] chore: revert unconfig --- .gitattributes | 1 - docs/.vitepress/config.ts | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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"