How to customize the root "/" route page

I’ve noticed that you use the 3.2.5 version, but you are looking in the BETA’s version 3.0.0 documentation. Please use the current version documentation.

That particular page is not served by strapi-admin. It is served by strapi core middleware called public, you can find that page here: ./node_modules/strapi/lib/middlewares/public/index.html

To customize it, just create a new file inside: {yourApp}/public/index.html, and it will overwrite the default page served by Strapi.

Unfortunately, no :frowning: But if you have some free time, you could create your “documentation” for the strapi-admin structure and share it with the community.

1 Like