[Question]How to change the title and description that appear in Google search engine #3324
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
https://flet.dev/docs/publish/web/dynamic-website#manifest |
Beta Was this translation helpful? Give feedback.
-
Adding |
Beta Was this translation helpful? Give feedback.
Adding
/assets/Manifest.json
seems to work when tested in the local environment, but the changes do not seem to be reflected on the server.I couldn't find a good solution, so I took the strong way out by rewriting
flet-0.22.1/src/flet/web/index.html
andmanifest.json
in the flet library itself and creating a custom flet library. I would like to see an update in the future to make the change easier.