Skip to content

Commit

Permalink
Merge pull request #50 from scratch-auth/fix
Browse files Browse the repository at this point in the history
Update site domain
  • Loading branch information
toakiryu authored Nov 8, 2024
2 parents 5b3ed28 + a10e98b commit 9f2f237
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.netlify.app",
origin: "https://scratch-auth.onrender.com",

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.netlify.app",
siteUrl: "https://scratch-auth.onrender.com",
generateRobotsTxt: true,
sitemapSize: 5000,
exclude: ["*/_meta"],
Expand Down
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/scratch-auth/docs/issues",
"email": "fun117.kun@gmail.com"
},
"homepage": "https://scratch-auth.netlify.app",
"homepage": "https://scratch-auth.onrender.com",
"license": "MIT",
"dependencies": {
"@vercel/analytics": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/scratch-auth/pkg/issues",
"email": "fun117.kun@gmail.com"
},
"homepage": "https://scratch-auth.netlify.app",
"homepage": "https://scratch-auth.onrender.com",
"license": "MIT",
"keywords": [
"scratch",
Expand Down

0 comments on commit 9f2f237

Please sign in to comment.