Update for new domain
This commit is contained in:
parent
490ba046ef
commit
b89fd74515
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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user