How to update page title <title>Directus · VMS</title>

I am deploying project; I want to update the page title (Browser title) with my project name and remove “Directus”. I updated project name in the setting but still Directus is displayed on the browser

how to update this?

Directus · VMS

AFAIK this one’s a little tricky — it can’t be solved with CSS alone, since the <title> tag isn’t styleable. Your best bet is this small extension:

npm i directus-extension-admin-polish

You can either install it manually — refer to the official guide on how to include extensions: https://directus.io/docs/self-hosting/including-extensions

Or set MARKETPLACE_TRUST=all in your env, restart Directus, then install it from the Marketplace section. After that, do a hard refresh (Ctrl/Cmd + Shift + R) and see if it works for you.