How to create non editable Application title with ignore the default page title Mendix - XXX?

2
When I did not edit Navigation:Application title, the page title show the default page title 'Mendix - XXX' like attached below.   I would not like to show the default page title 'Mendix - XXX'. Just would like to show it like 'XXX'. Does anyone know how to countermeasure about above?
asked
2 answers
1

That 'Mendix' title is coming from your index.html file - in there you will see a line that looks like this:

 

<title>Mendix</title>

 

Removing Mendix from this (and replacing it with whatever you'd like) will allow you to customize the page title.

answered
0

Use javascript to change a page title.

answered