From 2f4e0fc2e9cb56d30d9163970a712a725b910e43 Mon Sep 17 00:00:00 2001 From: asmyshlyaev177 Date: Wed, 30 Oct 2024 00:32:15 +0400 Subject: [PATCH] fix: update vercel domain --- README.CN.md | 2 +- README.KO.md | 2 +- README.md | 2 +- package.json | 2 +- packages/example-nextjs14/src/app/domain.ts | 2 +- packages/example-nextjs15/src/app/domain.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.CN.md b/README.CN.md index 8ecee6c4..cde4d689 100644 --- a/README.CN.md +++ b/README.CN.md @@ -22,7 +22,7 @@ ![演示-gif](/~https://github.com/asmyshlyaev177/state-in-url/assets/19854148/c9802601-4d42-4362-b3e4-37ff87c3b97f) -演示 | +演示 | DEMO2 |
diff --git a/README.KO.md b/README.KO.md index 64f28ba3..a3e9a644 100644 --- a/README.KO.md +++ b/README.KO.md @@ -26,7 +26,7 @@ ![데모-gif](/~https://github.com/asmyshlyaev177/state-in-url/assets/19854148/c9802601-4d42-4362-b3e4-37ff87c3b97f) -데모 | +데모 | DEMO2 | diff --git a/README.md b/README.md index 782d76cb..fd02dc6c 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ English | [한국어](./README.KO.md) | [简体中文](./README.CN.md) ![Demo-gif](/~https://github.com/asmyshlyaev177/state-in-url/blob/master/assets/Demo-gif.gif) -DEMO | +DEMO | DEMO2
diff --git a/package.json b/package.json index c8e5a20c..6f7acbdc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "state-in-url", "version": "3.0.6", "description": "Easily share complex state objects between unrelated React components, preserve types and structure, with TS validation. Deep links and url state synchronization wthout any hasssle or boilerplate.", - "homepage": "https://state-in-url-asmyshlyaev177.vercel.app", + "homepage": "https://state-in-url.dev", "keywords": [ "front-end", "state-management", diff --git a/packages/example-nextjs14/src/app/domain.ts b/packages/example-nextjs14/src/app/domain.ts index 70d7f5a0..f63b5412 100644 --- a/packages/example-nextjs14/src/app/domain.ts +++ b/packages/example-nextjs14/src/app/domain.ts @@ -1,4 +1,4 @@ -export const vercelUrl = 'https://state-in-url-asmyshlyaev177.vercel.app'; +export const vercelUrl = 'https://state-in-url.dev'; export const netifyUrl = 'https://state-in-url.netlify.app'; export const isVercel = !!process.env.VERCEL; diff --git a/packages/example-nextjs15/src/app/domain.ts b/packages/example-nextjs15/src/app/domain.ts index 70d7f5a0..f63b5412 100644 --- a/packages/example-nextjs15/src/app/domain.ts +++ b/packages/example-nextjs15/src/app/domain.ts @@ -1,4 +1,4 @@ -export const vercelUrl = 'https://state-in-url-asmyshlyaev177.vercel.app'; +export const vercelUrl = 'https://state-in-url.dev'; export const netifyUrl = 'https://state-in-url.netlify.app'; export const isVercel = !!process.env.VERCEL;