From a10e98bb3a2632c0a4111c3c274932687f80ea3a Mon Sep 17 00:00:00 2001 From: Fun117 Date: Fri, 8 Nov 2024 10:26:46 +0900 Subject: [PATCH] Update site domain --- _config.js | 2 +- next-sitemap.config.js | 2 +- next.config.js | 2 ++ package.json | 2 +- packages/nextjs/package.json | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_config.js b/_config.js index 0c85edb..9893218 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.netlify.app", + origin: "https://scratch-auth.onrender.com", author: { name: "Scratch Auth", diff --git a/next-sitemap.config.js b/next-sitemap.config.js index 038a7be..44c5a16 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.netlify.app", + siteUrl: "https://scratch-auth.onrender.com", generateRobotsTxt: true, sitemapSize: 5000, exclude: ["*/_meta"], diff --git a/next.config.js b/next.config.js index d95c3a8..910bdad 100644 --- a/next.config.js +++ b/next.config.js @@ -1,3 +1,5 @@ + + const withNextra = require("nextra")({ theme: "nextra-theme-docs", themeConfig: "./theme.config.js", diff --git a/package.json b/package.json index 084d86f..4377601 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index 69e0f57..1f6ca96 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -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",