$2 in tokens just to remove <meta name="generator" content="v0.app">

I asked to remove and normally this is in the layout.tsx … except it wasn’t, agent searched every single project file and told me it’s not in the project. It was added from ‘import type { Metadata } from “next”‘ - this should really be a setting - if a paying member doesnt want v0.app in their meta name, it should be easy to remove.

Thanks for sharing this feedback, @clickdigitalmobile-7!

You could also override this in your layout.tsx or removing the string by editing it manually.