Skip to content

Commit

Permalink
fix: update vercel domain
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Oct 29, 2024
1 parent bef9d73 commit 2f4e0fc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

![演示-gif](/~https://github.com/asmyshlyaev177/state-in-url/assets/19854148/c9802601-4d42-4362-b3e4-37ff87c3b97f)

<a href="https://state-in-url-asmyshlyaev177.vercel.app/" target="_blank">演示</a> |
<a href="https://state-in-url.dev/" target="_blank">演示</a> |
<a href="https://state-in-url.netlify.app/" target="_blank">DEMO2</a> |

<hr />
Expand Down
2 changes: 1 addition & 1 deletion README.KO.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
![데모-gif](/~https://github.com/asmyshlyaev177/state-in-url/assets/19854148/c9802601-4d42-4362-b3e4-37ff87c3b97f)


<a href="https://state-in-url-asmyshlyaev177.vercel.app/" target="_blank">데모</a> |
<a href="https://state-in-url.dev" target="_blank">데모</a> |
<a href="https://state-in-url.netlify.app/" target="_blank">DEMO2</a> |


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a href="https://state-in-url-asmyshlyaev177.vercel.app/" target="_blank">DEMO</a> |
<a href="https://state-in-url.dev" target="_blank">DEMO</a> |
<a href="https://state-in-url.netlify.app/" target="_blank">DEMO2</a>

<hr />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-nextjs14/src/app/domain.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion packages/example-nextjs15/src/app/domain.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 2f4e0fc

Please sign in to comment.