mirror of
https://github.com/RomySaputraSihananda/ares.git
synced 2026-08-19 21:58:08 +00:00
chore(web): update SITE_URL to ares.romys.my.id
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
7b44346f68
commit
dbba172ed3
+1
-1
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import Nav from "@/components/Nav";
|
import Nav from "@/components/Nav";
|
||||||
|
|
||||||
const SITE_URL = "https://ares-six-peach.vercel.app";
|
const SITE_URL = "https://ares.romys.my.id";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL(SITE_URL),
|
metadataBase: new URL(SITE_URL),
|
||||||
|
|||||||
+1
-1
@@ -3,6 +3,6 @@ import type { MetadataRoute } from "next";
|
|||||||
export default function robots(): MetadataRoute.Robots {
|
export default function robots(): MetadataRoute.Robots {
|
||||||
return {
|
return {
|
||||||
rules: { userAgent: "*", allow: "/" },
|
rules: { userAgent: "*", allow: "/" },
|
||||||
sitemap: "https://ares-six-peach.vercel.app/sitemap.xml",
|
sitemap: "https://ares.romys.my.id/sitemap.xml",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import type { MetadataRoute } from "next";
|
import type { MetadataRoute } from "next";
|
||||||
|
|
||||||
const BASE = "https://ares-six-peach.vercel.app";
|
const BASE = "https://ares.romys.my.id";
|
||||||
|
|
||||||
export default function sitemap(): MetadataRoute.Sitemap {
|
export default function sitemap(): MetadataRoute.Sitemap {
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user