updated to reflect the live site
This commit is contained in:
@ -13,10 +13,16 @@ define('shortTitle', '');
|
||||
define('description', '');
|
||||
|
||||
// The favicon for your site
|
||||
define('favicon', '/images/favicon.ico?v1');
|
||||
define('favicon', '/a/image.png');
|
||||
|
||||
// Logo for your site, displayed on home page
|
||||
define('logo', '/frontend/assets/img/logo_white.png');
|
||||
// Keywords for site
|
||||
define('keywords', 'Blank, Blank, Blank');
|
||||
|
||||
// OG Image for site
|
||||
define('ogimg', '/a/image.png');
|
||||
|
||||
// Wordmark for homepage
|
||||
define('wordmark', '/a/image.png');
|
||||
|
||||
// Enable reCAPTCHA V3
|
||||
// It is highly recommended you use reCAPTCHA V3. It will stop spam. You can get a site and secret key from here: https://www.google.com/recaptcha/admin/create
|
||||
|
Reference in New Issue
Block a user