From d682f7e51a11dfed27c87c3f1024daad4d8dc8f4 Mon Sep 17 00:00:00 2001 From: Griffin Johnston Date: Sun, 22 Mar 2026 10:13:04 -0400 Subject: [PATCH] Adds note about overriding existing tags ref: solidjs/solid-meta#18 --- .../solid-meta/getting-started/installation-and-setup.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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