From a268c1e42ac9cbf09ed8cb40d2d066befc19ef83 Mon Sep 17 00:00:00 2001 From: SCHOUTER Date: Fri, 5 Jul 2024 10:02:13 +0200 Subject: [PATCH] fix --- docs/3_projects/6_imbit-n3xt/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3_projects/6_imbit-n3xt/index.mdx b/docs/3_projects/6_imbit-n3xt/index.mdx index b657290..0c7ecee 100644 --- a/docs/3_projects/6_imbit-n3xt/index.mdx +++ b/docs/3_projects/6_imbit-n3xt/index.mdx @@ -48,7 +48,7 @@ There are a few other important folders. `.ebextensions` contains the configurat ### Index -The `index.js` file sets up the application by configuring routing, internationalization, and essential components. It manages the application's main structure, including the translation functionality (`IntlProvider`), the routes for navigation (including routing to an Error 404/Not found page), and the main UI components like the `Navbar`, the `FaviconSwitcher`, the `ChatbotScript` (refer to the [Chatbot](./imbit-n3xt/Chatbase) section), and the `Footer`. +The `index.js` file sets up the application by configuring routing, internationalization, and essential components. It manages the application's main structure, including the translation functionality (`IntlProvider`), the routes for navigation (including routing to an Error 404/Not found page), and the main UI components like the `Navbar`, the `FaviconSwitcher`, the `ChatbotScript` (refer to the [Chatbot](./imbit-n3xt/chatbase) section), and the `Footer`. It also sets up the basic `Helmet` functionality. Anything you want to load on absolutely **every page** should be included in this Helmet component in the index file.