fix nmkj review

This commit is contained in:
ThatOneCalculator 2023-07-16 22:28:56 -07:00
parent 139a273e6e
commit 5283dff5a6
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import { getHtml } from "@/misc/fetch.js";
import { JSDOM } from "jsdom";
import config from "@/config";
import config from "@/config/index.js";
async function getRelMeLinks(url: string): Promise<string[]> {
try {

View file

@ -126,7 +126,7 @@
</div>
</FormFolder>
<template #caption>{{
i18n.t("._profile.metadataDescription", {
i18n.t("_profile.metadataDescription", {
a: '<code><a></code>',
l: '<code><a></code>',
rel: `rel="me" href="https://${host}/@${$i.username}"`