Add back HRT page from menu, fix compatibility with SVGs, need to convert SVGs at a later time.

This commit is contained in:
Ada Werefox 2022-12-06 02:08:57 +00:00
parent 82692c5bf2
commit ff31b8e60b
2 changed files with 6 additions and 5 deletions

View File

@ -10,10 +10,10 @@
images:
- { src: "/emoji/awoo.svg", alt: "Awoo emoji" }
# "HRT Tracker!":
# url: "/hrt"
# images:
# - { src: "/emoji/trans_heart.png", alt: "Transgender heart emoji" }
"HRT Tracker!":
url: "/hrt"
images:
- { src: "/emoji/trans_heart.png", alt: "Transgender heart emoji" }
FAQ:
url: "/faq"

View File

@ -1,6 +1,7 @@
module.exports = {
reactStrictMode: true,
images: {
dangerouslyAllowSVG: true,
domains: [
"cdn.yiff.life",
"assets.freedom.horse",
@ -11,7 +12,7 @@ module.exports = {
"masto.werefox.cafe",
"hackers.town",
"pool.jortage.com",
"media.chitter.xyz"
"media.chitter.xyz",
],
},
};