diff --git a/src/pages/fr/index.astro b/src/pages/fr/index.astro index c4bcded..47bb3ab 100644 --- a/src/pages/fr/index.astro +++ b/src/pages/fr/index.astro @@ -1,5 +1,5 @@ --- -import config_json from "../../review_templates/template_en.json"; +import config_json from "../../review_templates/template_fr.json"; import PageLayout from "../../layouts/PageLayout.astro"; import OptionForm from "../../components/OptionForm.astro"; import FlagSelect from "../../components/FlagSelect.astro";