1
0
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:
Laurent Cozic 2023-11-05 17:50:19 +00:00
parent c2a1ea8cba
commit 9772389fd9

View File

@ -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,