diff --git a/src/routes/solid-meta/getting-started/installation-and-setup.mdx b/src/routes/solid-meta/getting-started/installation-and-setup.mdx index 11fad80c9..72ebe2a63 100644 --- a/src/routes/solid-meta/getting-started/installation-and-setup.mdx +++ b/src/routes/solid-meta/getting-started/installation-and-setup.mdx @@ -44,6 +44,10 @@ To get started, install using your preferred package manager. 3. If using Solid on the server with JSX, no additional configuration is required. +:::note[Overriding existing tags] +If your `index.html` includes a `` tag, Solid-Meta will not overwrite its contents. You can mark individual tags as overwritable by adding an empty `data-sm` attribute to them. +::: + Here is an example of how your code might look after this setup. ```js