I’m using Anvil as a builder, then deploying the app as self-hosted.
I have noticed that there is “…built with Anvil…” in page source.
What is the proper way to remove that, I couldn’t see any option on the builder interface?
2 Likes
Thank you Tim, but my app was built with pro plan.
“built with Anvil” is inside “head/meta” tag of the HTML source, not body.
As below:
<meta name="og:description" content="This app is built with Anvil, the platform for building full-stack web apps quickly and robustly.">
1 Like
After sending my previous message, I noticed that it was about “App Description” setting in the builder (gear icon). It was left blank, so Anvil’s default message was taking place. Once I put a value there, problem disappeared.
4 Likes