og-tag image location

This commit is contained in:
Exodus4D
2015-08-27 19:08:12 +02:00
parent ba1a3d6a2a
commit 052149fb12
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
[PATHFINDER]
NAME = "PATHFINDER"
; installed version (used for CSS/JS cache busting)
VERSION = "v0.0.3"
VERSION = "v0.0.4"
; contact information (DO NOT CHANGE)
CONTACT = "https://github.com/exodus4d"
; source code (DO NOT CHANGE)
@@ -31,12 +31,15 @@ URL = http://localhost/exodus4d/pathfinder
; Verbosity level of the stack trace
DEBUG = 3
; main db
; js path -> use raw files
PATH_JS = "js"
; main db
DB_DNS = mysql:host=localhost;port=3306;dbname=
DB_NAME = pathfinder
DB_USER = root
DB_PASS =
; EVE-Online CCP Database export
DB_CCP_DNS = mysql:host=localhost;port=3306;dbname=
DB_CCP_NAME = eve_test
@@ -52,12 +55,15 @@ URL = https://www.pathfinder.exodus4d.de
; Verbosity level of the stack trace
DEBUG = 0
; main db
; js path -> use build files
PATH_JS = "build_js"
; main db
DB_DNS = mysql:host=localhost;port=3306;dbname=
DB_NAME = d01d8636
DB_USER = d01d8636
DB_PASS = bQ9VAd6fE86sVs4s
; EVE-Online CCP Database export
DB_CCP_DNS = mysql:host=localhost;port=3306;dbname=
DB_CCP_NAME = d01f20be

View File

@@ -20,6 +20,9 @@ $f3->set('BASE', \Controller\Controller::getEnvironmentData('BASE'));
// set debug level (stacktrace)
$f3->set('DEBUG', \Controller\Controller::getEnvironmentData('DEBUG'));
// set debug level (stacktrace)
$f3->set('URL', \Controller\Controller::getEnvironmentData('URL'));
// initiate cron-jobs
Cron::instance();

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

View File

@@ -27,7 +27,8 @@
<meta http-equiv="Cache-Control" content="max-age=86400">
<meta name="description" content="eve-online wormhole mapping tool">
<meta name="description" content="PATHFINDER is an 'open source' mapping tool for EVE ONLINE,
primarily developed to enrich the gameplay of small scale PvP and PvE.">
<meta name="keywords" content="eve,wormhole,mapping,tool,mmo,space,game,igb">
<meta name="author" content="Exodus 4D">
@@ -35,8 +36,8 @@
<meta property="og:title" content="EVE ONLINE mapping tool" />
<meta property="og:site_name" content="PATHFINDER" />
<meta property="og:image" content="https://www.pathfinder.exodus4d.de/logo.png" />
<meta property="og:url" content="https://www.pathfinder.exodus4d.de" />
<meta property="og:image" content="{{ @URL }}/public/img/logo.png" />
<meta property="og:url" content="{{ @URL }}" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="de_DE" />
<meta property="og:description" content="PATHFINDER is an 'open source' mapping tool for EVE ONLINE,