diff --git a/Frontend/bun.lockb b/Frontend/bun.lockb index 03f1aae..bc4fc25 100644 Binary files a/Frontend/bun.lockb and b/Frontend/bun.lockb differ diff --git a/Frontend/config.json b/Frontend/config.json index d767d2e..e7ab74b 100644 --- a/Frontend/config.json +++ b/Frontend/config.json @@ -1,7 +1,7 @@ { "siteName": "RESTfulMC", "siteUrl": "http://localhost:3000", - "analyticsDomain": "mc.rainnny.club", + "analyticsDomain": "restfulmc.cc", "metadata": { "title": { "default": "RESTfulMC", diff --git a/Frontend/package.json b/Frontend/package.json index d3a48ed..4957632 100644 --- a/Frontend/package.json +++ b/Frontend/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "author": "Braydon (Rainnny) ", "description": "A simple, yet useful RESTful API for Minecraft utilizing Springboot.", - "homepage": "https://mc.rainnny.club", + "homepage": "https://restfulmc.cc", "scripts": { "dev": "next dev --turbo", "build": "next build", @@ -25,7 +25,7 @@ "react": "^18", "react-dom": "^18", "react-hook-form": "^7.51.3", - "restfulmc-lib": "^1.1.1", + "restfulmc-lib": "^1.1.2", "tailwind-merge": "^2.2.2", "tailwindcss-animate": "^1.0.7" },