fix: update homepage title
This commit is contained in:
parent
964c1eed0d
commit
0334b1dcc5
|
@ -19,7 +19,8 @@ type LoaderData = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export function meta(meta: ServerRuntimeMetaArgs) {
|
export function meta(meta: ServerRuntimeMetaArgs) {
|
||||||
const title = "web3.news - Your Community Hub for Web3 & Blockchain News";
|
const title =
|
||||||
|
"web3.news - Your Community Hub for Web3, DeFi, and the Open Web";
|
||||||
const description =
|
const description =
|
||||||
"Discover Web3.news: Your hub for community-driven FOSS news in Web3, Crypto, and DeFi. Engage in collaboration, innovation, and uphold free speech and privacy.";
|
"Discover Web3.news: Your hub for community-driven FOSS news in Web3, Crypto, and DeFi. Engage in collaboration, innovation, and uphold free speech and privacy.";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue