Changing App Description
-
Open
config.jsfile present atlibfolder . -
Here you can see the following constant:
-
export const APP_DESCRIPTION = 'A text to speech web app'; -
Change its value from 'A text to speech web app' to your own app description which you decided
-
For better SEO, choose SEO friendly description but not too long and should be relevant to app
-
Example
export const APP_DESCRIPTION = 'MY OWN DECIDED SEO FRIENDLY Description';