From 815b190d28cc42e6f3d44d04e1f1ebaea9208cf6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 30 Oct 2021 22:44:55 +0200 Subject: chore: convert html files to php Now I can use php to determine current env and load static CSS file if it is prod. --- src/js/i18n/locales/en.js | 2 +- src/js/i18n/locales/fr.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/js') diff --git a/src/js/i18n/locales/en.js b/src/js/i18n/locales/en.js index 9717528..a24b944 100644 --- a/src/js/i18n/locales/en.js +++ b/src/js/i18n/locales/en.js @@ -27,7 +27,7 @@ const en = { footer: { legalNotice: { txt: 'Legal notice', - link: 'legal-notice.html', + link: 'legal-notice.php', }, license: 'License MIT', }, diff --git a/src/js/i18n/locales/fr.js b/src/js/i18n/locales/fr.js index 9c93012..401f297 100644 --- a/src/js/i18n/locales/fr.js +++ b/src/js/i18n/locales/fr.js @@ -27,7 +27,7 @@ const fr = { footer: { legalNotice: { txt: 'Mentions légales', - link: 'mentions-legales.html', + link: 'mentions-legales.php', }, license: 'Licence MIT', }, -- cgit v1.2.3