strapi-change-title
v1.0.5
Published
Automatically changes the title of the Strapi admin panel based on environment variable
Readme
Strapi Change Title
An npm package to change the Strapi admin panel title.
Installation
# npm
npm install --save-dev strapi-change-title
# yarn
yarn add -D strapi-change-title
# pnpm
pnpm add -D strapi-change-title
# bun
bun add -D strapi-change-titleAdd this to your
package.json(recommended):{ "scripts": { "postinstall": "npx strapi-change-title" } }Or run the command manually after installation:
npx strapi-change-titleCreate a
.envfile in your project root with:STRAPI_ADMIN_TITLE="My Custom Strapi"The package will automatically change the title of the Strapi admin panel in both development and production environments.
Dependencies
- Node.js
- npm or yarn
- dotenv
