toml format on configs from now on
This commit is contained in:
parent
a142ea435b
commit
c4b1b20187
@ -5,15 +5,15 @@
|
|||||||
|
|
||||||
# Used to help sites embed some information about your site
|
# Used to help sites embed some information about your site
|
||||||
# Especially when the server's site is linked in another freechat/slack/discord server
|
# Especially when the server's site is linked in another freechat/slack/discord server
|
||||||
open-graph:
|
[open-graph]
|
||||||
title: Freechat
|
title="Freechat"
|
||||||
type: Decentralized chat
|
type="Decentralized chat"
|
||||||
url: freechat.io
|
url="freechat.io"
|
||||||
image: /static/media/images/logo.png
|
image="/static/media/logo.png"
|
||||||
|
|
||||||
|
|
||||||
general:
|
[general]
|
||||||
url: freechat.io
|
url="freechat.io"
|
||||||
favicon: /static/media/images/favicon.png
|
favicon:"/static/media/favicon.png"
|
||||||
quip: Freely chat with freechat!
|
quip:"Freely chat with freechat!"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user