diff --git a/next.config.js b/next.config.js index 924e07d..50cdca3 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { return [ { source: '/settings', - destination: '/settings/appearance', + destination: '/settings/proxy', permanent: false } ] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 49b86eb..4fdd38e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3402,7 +3402,7 @@ snapshots: agent-base@6.0.2: dependencies: - debug: 4.3.1 + debug: 4.3.7 transitivePeerDependencies: - supports-color optional: true @@ -4076,7 +4076,7 @@ snapshots: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.1 + debug: 4.3.7 transitivePeerDependencies: - supports-color optional: true @@ -4084,7 +4084,7 @@ snapshots: https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 - debug: 4.3.1 + debug: 4.3.7 transitivePeerDependencies: - supports-color optional: true diff --git a/src/app/go/[...route]/page.tsx b/src/app/go/[...route]/page.tsx index dbdb0c0..ed45fab 100644 --- a/src/app/go/[...route]/page.tsx +++ b/src/app/go/[...route]/page.tsx @@ -37,6 +37,7 @@ export default function Route({ params }: { params: { route: string[] } }) { ref.current.src = await window.chemical.encode( atob(decodeURIComponent(route)), { + service: window.chemical.getStore("service"), autoHttps: true, searchEngine: "https://www.google.com/search?q=%s", } diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c2ddd2c..696aef9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ export default function RootLayout({
- +