Restructure homepage: Hero, Termine, News, Actions in new order
This commit is contained in:
@@ -49,6 +49,8 @@ async function saveNews(newsData) {
|
||||
...newsData,
|
||||
id: randomUUID(),
|
||||
// Cryptographically secure unique ID
|
||||
isPublic: newsData.isPublic || false,
|
||||
// Default to internal
|
||||
created: (/* @__PURE__ */ new Date()).toISOString(),
|
||||
updated: (/* @__PURE__ */ new Date()).toISOString()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user