guuuuuuuuh
This commit is contained in:
parent
45a967644c
commit
baa59654db
|
@ -1,7 +1,7 @@
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'export',
|
output: 'export',
|
||||||
env: {
|
env: {
|
||||||
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3001',
|
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.litenet.tel',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ export const updates = [
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Web Dashboard Release",
|
title: "Web Dashboard Release",
|
||||||
timestamp: "2025-07-06T12:00:00Z",
|
timestamp: "2025-07-14T12:00:00Z",
|
||||||
author: Authors.ROCORD,
|
author: Authors.ROCORD,
|
||||||
summary: "Introducing the new LiteNet Web Dashboard",
|
summary: "Introducing the new LiteNet Web Dashboard",
|
||||||
content: `
|
content: `
|
||||||
|
|
Loading…
Reference in a new issue