mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Fixed favicon on translated websites
This commit is contained in:
parent
c2a1ea8cba
commit
9772389fd9
@ -11,7 +11,7 @@ process.env.WEBSITE_BASE_URL = process.env.WEBSITE_BASE_URL || '';
|
||||
const config = {
|
||||
title: 'Joplin',
|
||||
tagline: 'Free your notes!',
|
||||
favicon: 'favicon.ico',
|
||||
favicon: process.env.WEBSITE_BASE_URL + '/favicon.ico',
|
||||
|
||||
// Set the production url of your site here
|
||||
url: process.env.WEBSITE_BASE_URL,
|
||||
|
Loading…
Reference in New Issue
Block a user