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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/i18n/locales/en.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', }, -- cgit v1.2.3