This repository was archived by the owner on Dec 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 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
33NEXT_PUBLIC_SOCKET_URL = https://firehosting-socket.squareweb.app
44NEXT_PUBLIC_CENTRAL_URL = https://central.firehosting.com.br
Original file line number Diff line number Diff line change 11{
22 "api" : {
3- "baseUrl" : " https://api-dev .firehosting.com.br" ,
3+ "baseUrl" : " https://system-api .firehosting.com.br" ,
44 "authKey" : " CjYYooDNiVgzWBJPNlYyIUfoxJRtLozDFiTAoHdQuPAnxFEAuK"
55 }
66}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) => (
You can’t perform that action at this time.
0 commit comments