diff --git a/README.md b/README.md index 1a0060d..cfc45c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vue3 Google Sign-in -[![Build](https://github.com/kasvith/vue3-google-signin/actions/workflows/build.yaml/badge.svg)](https://github.com/kasvith/vue3-google-signin/actions/workflows/build.yaml) [![npm](https://img.shields.io/npm/v/vue3-google-signin)](https://www.npmjs.com/package/vue3-google-signin) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue3-google-signin) ![npm](https://img.shields.io/npm/dw/vue3-google-signin) ![NPM](https://img.shields.io/npm/l/vue3-google-signin) [![Docs](https://img.shields.io/badge/docs-Read%20Now-green)](https://vue3-google-signin.vercel.app/) +[![Build](https://github.com/wavezync/vue3-google-signin/actions/workflows/build.yaml/badge.svg)](https://github.com/wavezync/vue3-google-signin/actions/workflows/build.yaml) [![npm](https://img.shields.io/npm/v/vue3-google-signin)](https://www.npmjs.com/package/vue3-google-signin) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/vue3-google-signin) ![npm](https://img.shields.io/npm/dw/vue3-google-signin) ![NPM](https://img.shields.io/npm/l/vue3-google-signin) [![Docs](https://img.shields.io/badge/docs-Read%20Now-green)](https://vue3-google-signin.vercel.app/) Use Google Identity Services with your Vue3 App easily @@ -49,7 +49,7 @@ app.mount("#app"); ## With Nuxt -To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/kasvith/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. +To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/wavezync/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. ### Add package diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 8a9f76b..c35d8b6 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -3,7 +3,7 @@ import pkg from "../../package.json"; const TITLE = "Vue3 Google Sign-in"; const DESCRIPTION = "Google Sign-in for Vue3 Apps"; -const SOCIAL_PREVIEW_URL = "https://vue3-google-signin.vercel.app/cover.png"; +const SOCIAL_PREVIEW_URL = "https://vue3-google-signin.wavezync.com/cover.png"; const SideBar: DefaultTheme.Sidebar = [ { @@ -136,7 +136,7 @@ const Head: HeadConfig[] = [ ], [ "meta", - { property: "og:url", content: "https://vue3-google-signin.vercel.app/" }, + { property: "og:url", content: "https://vue3-google-signin.wavezync.com/" }, ], // twitter card @@ -151,7 +151,7 @@ const Head: HeadConfig[] = [ "meta", { name: "twitter:site", - content: "@kasvith", + content: "@wavezync", }, ], [ @@ -181,14 +181,18 @@ const Nav: DefaultTheme.NavItem[] = [ { text: "Guide", link: "/guide/", + }, + { + text: "🌐 Visit WaveZync", + link: "https://wavezync.com", } ]; const SocialLinks: DefaultTheme.SocialLink[] = [ { icon: "github", - link: "https://github.com/kasvith/vue3-google-signin", - }, + link: "https://github.com/wavezync/vue3-google-signin", + } ]; export default defineConfig({ @@ -202,7 +206,7 @@ export default defineConfig({ sidebar: SideBar, footer: { message: "Released under the MIT License.", - copyright: "Copyright © 2022-present Kasun Vithanage", + copyright: "Copyright © 2022-present WaveZync", }, algolia: { apiKey: "5780c07dfe3e4a16e39773773e8a7b07", diff --git a/docs/guide/index.md b/docs/guide/index.md index 54b040c..16009ab 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -65,7 +65,7 @@ Now the library is ready to be used :sparkles: ## With Nuxt -To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/kasvith/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. +To easily use the library with **Nuxt3** we have provided a module called [nuxt-vue3-google-signin](https://github.com/wavezync/nuxt-vue3-google-signin) which take care of proper component registration and plugin initialization :fire:. ### Add package diff --git a/docs/index.md b/docs/index.md index a26d853..7f93839 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ hero: link: /guide/ - theme: alt text: View on GitHub - link: https://github.com/kasvith/vue3-google-signin + link: https://github.com/wavezync/vue3-google-signin features: - icon: ⚙️ diff --git a/package.json b/package.json index 72e1638..3e1ef9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue3-google-signin", "type": "module", - "version": "1.3.1", + "version": "1.3.2", "description": "Google Sign-in for Vue3 with Google Identity Service", "license": "MIT", "author": { @@ -9,7 +9,7 @@ "email": "alankasun@gmail.com", "url": "https://kasvith.me" }, - "homepage": "https://vue3-google-signin.vercel.app", + "homepage": "https://vue3-google-signin.wavezync.com", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", @@ -61,7 +61,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/kasvith/vue3-google-signin" + "url": "https://github.com/wavezync/vue3-google-signin" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.0",