Merge branch 'main' of ssh://gitea.jeffemmett.com:223/jeffemmett/rfunds-online
This commit is contained in:
commit
1d675ba666
|
|
@ -14,13 +14,13 @@ const geistMono = localFont({
|
||||||
})
|
})
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'rFunds - Threshold-Based Flow Funding',
|
title: '(you)rFunds — Threshold-Based Flow Funding',
|
||||||
description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms. Create interconnected funding funnels with overflow routing and outcome tracking.',
|
description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms. Create interconnected funding funnels with overflow routing and outcome tracking.',
|
||||||
icons: {
|
icons: {
|
||||||
icon: "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📊</text></svg>",
|
icon: "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>📊</text></svg>",
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'rFunds - Threshold-Based Flow Funding',
|
title: '(you)rFunds — Threshold-Based Flow Funding',
|
||||||
description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms.',
|
description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms.',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
url: 'https://rfunds.online',
|
url: 'https://rfunds.online',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue