Update for new domain

This commit is contained in:
Braydon 2024-04-16 22:59:16 -04:00
parent 490ba046ef
commit b89fd74515
3 changed files with 3 additions and 3 deletions

Binary file not shown.

@ -1,7 +1,7 @@
{ {
"siteName": "RESTfulMC", "siteName": "RESTfulMC",
"siteUrl": "http://localhost:3000", "siteUrl": "http://localhost:3000",
"analyticsDomain": "mc.rainnny.club", "analyticsDomain": "restfulmc.cc",
"metadata": { "metadata": {
"title": { "title": {
"default": "RESTfulMC", "default": "RESTfulMC",

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"author": "Braydon (Rainnny) <braydonrainnny@gmail.com>", "author": "Braydon (Rainnny) <braydonrainnny@gmail.com>",
"description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.", "description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.",
"homepage": "https://mc.rainnny.club", "homepage": "https://restfulmc.cc",
"scripts": { "scripts": {
"dev": "next dev --turbo", "dev": "next dev --turbo",
"build": "next build", "build": "next build",
@ -25,7 +25,7 @@
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"react-hook-form": "^7.51.3", "react-hook-form": "^7.51.3",
"restfulmc-lib": "^1.1.1", "restfulmc-lib": "^1.1.2",
"tailwind-merge": "^2.2.2", "tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },