Skip to content

Commit

Permalink
Update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Fun117 committed Oct 6, 2024
1 parent 410728a commit e0a4d3f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"author": "Fun117 <fun117.kun@gmail.com> (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",
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down

0 comments on commit e0a4d3f

Please sign in to comment.