Can I create two export for web targets that have different project settings?

Godot Version

4.6.2

Question

I have a project that needs to support two different screen dimensions. Both need to be exported to web, and each has a different Main project and base window size.

I’ve added extra fields for this in Project settings by clicking the Add button and adding some extra versions of the fields for the main project and Viewport height and width. However, I’m not sure how I would tell each of my web export projects which fields to use. Is there a place to specify this?

Put an override.cfg file in each directory containing the exported executable, and just type the overrides into that file.

If you are already adding project settings customized by feature tags then you only need to add the desired feature tag to the export settings