Edit URL preview/Mendix first page

0
Hello,   I noticed that when I run my app for a very short time (a few seconds) it says "Mendix" as the Page Title. This results in the fact that when I send a link to my app to someone - the link says "Mendix". I am attaching a snip With Inspect Element and network trace I came to the conclusion that this is one of the first documents to load, this is the page title. This is the element that checks for browser compatibility as far as I can tell. How can this be edited? My goal is to add a custom name (and why not an image), thanks to which, when sending the link to someone, it loads correctly in the preview
asked
2 answers
0

Go to Application Navigation and change the App title and image  

Please let me know if you are looking for anything else 

answered
0

If you have an ‘index.html’ file in your project\theme folder you might want to check the <title></title> under the <head> section. 

answered