add footer config

This commit is contained in:
Bnyro
2022-09-09 20:13:56 +02:00
committed by Kavin
parent 8273b6f999
commit 88e0c60be0
5 changed files with 76 additions and 11 deletions

View File

@@ -17,6 +17,9 @@ import {
faXmark,
faClone,
faShare,
faBook,
faServer,
faDonate,
} from "@fortawesome/free-solid-svg-icons";
import { faGithub, faBitcoin } from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
@@ -39,6 +42,9 @@ library.add(
faXmark,
faClone,
faShare,
faBook,
faServer,
faDonate,
);
import router from "@/router/router.js";