Custom Tag
You can insert user-configured HTML tags into the <head> tag or <body> tag within the application’s index.html.
This allows you to integrate with external services through embedded script tags, add meta tags, load link tags, and more.
This feature was added in v3.4.0.
Configuration Method
Clicking the button in the upper right corner of the text area for head tag or body tag settings will display an HTML editor.
Write HTML tags in the HTML editor, and after saving and deploying, the configured HTML tags will be reflected in the application’s index.html.