diff --git a/README.md b/README.md index 98a93b1..4f85142 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [MarkerThing](https://marker.ping.gg) (by [Ping](https://ping.gg)) +# [MarkerThing](https://markerthing.com) (by [Ping](https://ping.gg)) tl;dr - grab csv files from your Twitch [Stream Markers](https://help.twitch.tv/s/article/creating-highlights-and-stream-markers?language=en_US#:~:text=in%20light%20purple.-,Stream%20Markers,-Stream%20Markers%20are) to use with [LosslessCut](https://github.com/mifi/lossless-cut) diff --git a/public/robots.txt b/public/robots.txt index 88edd96..4eafc55 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,2 @@ User-agent: * -Sitemap: https://marker.ping.gg/sitemap.xml \ No newline at end of file +Sitemap: https://markerthing.com/sitemap.xml \ No newline at end of file diff --git a/src/app/sitemap.ts b/src/app/sitemap.ts index 01ca36d..acaa393 100644 --- a/src/app/sitemap.ts +++ b/src/app/sitemap.ts @@ -3,7 +3,7 @@ import { MetadataRoute } from "next"; export default function sitemap(): MetadataRoute.Sitemap { return [ { - url: "https://marker.ping.gg", + url: "https://markerthing.com", lastModified: new Date(), }, ];