From 546a25fd511e98ef08b5db528f972eba067bc6ef Mon Sep 17 00:00:00 2001 From: Jonas <71934318+EatDev@users.noreply.github.com> Date: Fri, 3 Feb 2023 23:59:58 +0100 Subject: [PATCH] v2.0 --- themes/NorthClientTheme/pages.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/NorthClientTheme/pages.yml b/themes/NorthClientTheme/pages.yml index 703e7cd..fdf1116 100644 --- a/themes/NorthClientTheme/pages.yml +++ b/themes/NorthClientTheme/pages.yml @@ -47,6 +47,7 @@ redirect: removeaccountfailed: "/admin" removeaccountsuccess: "/admin" profile: "/profile" + faq: "/faq" pages: connect: connect.ejs @@ -65,6 +66,7 @@ pages: lv: linkvertise.ejs buy: buy.ejs profile: profile.ejs + faq: faq.ejs mustbeloggedin: - "/dashboard" @@ -79,6 +81,8 @@ mustbeloggedin: - "/status" - "/lv" - "/buy" + - "/profile" + - "/faq" mustbeadmin: - "/admin" @@ -97,4 +101,4 @@ variables: link: "/dashboard" loggedout: text: Login with Discord - link: "/login" \ No newline at end of file + link: "/login"