Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg committed Aug 2, 2024
1 parent ed2cf8b commit d1527dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
User-agent: *
Sitemap: https://marker.ping.gg/sitemap.xml
Sitemap: https://markerthing.com/sitemap.xml
2 changes: 1 addition & 1 deletion src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
];
Expand Down

0 comments on commit d1527dd

Please sign in to comment.