frontity.settings.js
). In the Project section you'll learn about the structure of a Frontity project and the purpose of each directory or file contained within it.frontity.settings.js
file is where the Frontity project is configured. It contains the definition of, and the configuration for, each package included in the project. In the Settings section you'll learn more about how to add settings for your Frontity project, to define such things as:root
which is an HTML element representing the point where React is inserted for that package. This is usually only needed for Theme packages but can be defined for any package.