Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 6491f17

Browse files
committed
chore: Update API URLs in environment and config files; bump version to 0.85.0; refine footer text and link
1 parent 19f8af4 commit 6491f17

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
API_URL=https://api-dev.firehosting.com.br
2-
NEXT_PUBLIC_API_URL=https://api-dev.firehosting.com.br
1+
API_URL=https://system-api.firehosting.com.br
2+
NEXT_PUBLIC_API_URL=https://system-api.firehosting.com.br
33
NEXT_PUBLIC_SOCKET_URL=https://firehosting-socket.squareweb.app
44
NEXT_PUBLIC_CENTRAL_URL=https://central.firehosting.com.br

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api": {
3-
"baseUrl": "https://api-dev.firehosting.com.br",
3+
"baseUrl": "https://system-api.firehosting.com.br",
44
"authKey": "CjYYooDNiVgzWBJPNlYyIUfoxJRtLozDFiTAoHdQuPAnxFEAuK"
55
}
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firehosting-website",
3-
"version": "0.79.0",
3+
"version": "0.85.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

src/components/layout/Footer.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ const Footer = () => {
5757
></iframe>
5858
<p className="text-detail text-sm leading-relaxed">
5959
FireHosting é uma empresa de hospedagem de jogos que oferece
60-
soluções de alta performance e confiabilidade para gamers e
61-
desenvolvedores.
60+
soluções de alta performance e confiabilidade para gamers.
6261
</p>
6362
<div className="flex space-x-4">
6463
<a
@@ -160,15 +159,15 @@ const Footer = () => {
160159
<br />
161160
Desenvolvido com ❤️ por{" "}
162161
<a
163-
href="https://instagram.com/tulio_zanella"
162+
href="https://xduke.vercel.app/"
164163
target="_blank"
165164
rel="noopener noreferrer"
166165
className="text-support hover:underline"
167166
>
168167
Túlio Cadilhac
169168
</a>
170169
<br />
171-
<VscSourceControl className="inline-block w-4 h-4" /> v0.79 - Alpha (Pode conter bugs)
170+
<VscSourceControl className="inline-block w-4 h-4" /> v0.85 - Alpha (Pode conter bugs)
172171
</div>
173172
<div className="flex flex-wrap justify-center md:justify-end space-x-6">
174173
{footerLinks.legal.map((link) => (

0 commit comments

Comments
 (0)