The project directory structure is inspired by the Hospital Run project.
- Add localstorage hook to persist the user choice
- create a component to switch the language
- Add ability to auto generate sitemap.xml
- More configuration options in the useHead hook to improve SEO
useHead hook can be used to update the title and some meta tags for the page itself
useHead("My Page Title", {
description: "Page description",
keywords: "keyword1, keyword2",
});
- Please configure the
meta
tag fortheme-color
based on the theme color that you have picked and configured in the chakraUI theme. - Also update the public directory to include the following files
- /favicon.ico
- /apple-touch-icon.png sizes="180x180"
- /mask-icon.svg
refer to vite.config.ts for more information