From 636ff79c9508ce858244dc166e4aa42e2ba5b258 Mon Sep 17 00:00:00 2001 From: "Lee, Chungho" <31458303+0plan@users.noreply.github.com> Date: Thu, 2 May 2024 16:11:58 +0900 Subject: [PATCH] fix: domain (#62) --- README.md | 8 ++++---- src/components/layouts/footer.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 79cae20..e5b9b70 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vite React Typescript i18n -VRTN is Vite React Typescript i18n template +VRTN is Vite React Tailwindcss Typescript i18n template -[Live Demo](https://vite-react-typescript-i18n-template.vercel.app/) +[Live Demo](https://vrtn.0plan.dev/) ## 🚀 Features @@ -28,7 +28,7 @@ VRTN is Vite React Typescript i18n template [//]: # (### GitHub Template) [//]: # () -[//]: # ([Create a repo from this template on GitHub](https://github.com/chlee125/vrtn/generate).) +[//]: # ([Create a repo from this template on GitHub](https://github.com/0plan/vrtn/generate) ## Usage @@ -40,7 +40,7 @@ Just run and visit http://localhost:5173 ### Build -To build the App, run +Build the App ```bash pnpm build diff --git a/src/components/layouts/footer.tsx b/src/components/layouts/footer.tsx index 98006e9..ad2b02b 100644 --- a/src/components/layouts/footer.tsx +++ b/src/components/layouts/footer.tsx @@ -7,7 +7,7 @@ function Footer() {