diff --git a/_config.js b/_config.js index fd8168d..0c85edb 100644 --- a/_config.js +++ b/_config.js @@ -3,7 +3,7 @@ export const _config = { docsRepositoryBase: "https://github.com/scratch-auth/pkg/tree/main", title: "Scratch Auth", - origin: "https://scratch-auth.vercel.app", + origin: "https://scratch-auth.netlify.app", author: { name: "Scratch Auth", diff --git a/next-sitemap.config.js b/next-sitemap.config.js index 8ce7192..038a7be 100644 --- a/next-sitemap.config.js +++ b/next-sitemap.config.js @@ -1,6 +1,6 @@ /** @type {import('next-sitemap').IConfig} */ module.exports = { - siteUrl: "https://scratch-auth.vercel.app", + siteUrl: "https://scratch-auth.netlify.app", generateRobotsTxt: true, sitemapSize: 5000, exclude: ["*/_meta"], diff --git a/package.json b/package.json index fc6b046..b86c9f8 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,13 @@ "author": "Fun117 (https://fun117.dev)", "repository": { "type": "git", - "url": "git+ssh://git@github.com/scratch-auth/docs.git" + "url": "git+ssh://git@github.com/scratch-auth/pkg.git" }, "bugs": { "url": "https://github.com/scratch-auth/docs/issues", "email": "fun117.kun@gmail.com" }, - "homepage": "https://scratch-auth.vercel.app", + "homepage": "https://scratch-auth.netlify.app", "license": "MIT", "dependencies": { "@vercel/analytics": "^1.3.1", diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 5a487de..6c005d8 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@scratch-auth/nextjs", - "version": "0.0.1-beta.6", + "version": "0.0.1-beta.7", "description": "Scratch Auth is a simple OAuth service for Scratch. It provides developers with an easy-to-understand API and users with a smooth login experience. By using @scratch-auth/nextjs, you can easily implement OAuth functionality into your site.", "main": "./src/index.d.ts", "scripts": { @@ -19,7 +19,7 @@ "url": "https://github.com/scratch-auth/pkg/issues", "email": "fun117.kun@gmail.com" }, - "homepage": "https://scratch-auth.vercel.app", + "homepage": "https://scratch-auth.netlify.app", "license": "MIT", "dependencies": { "@radix-ui/react-avatar": "^1.1.1",