You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugins: [highlightjsPlugin()], // native format — only works in plugins: []
44
+
// database and storage remain unchanged
36
45
}),
37
46
],
38
47
});
39
48
```
40
49
41
-
CSS and copy button are injected automatically on all public pages. `Code.astro` renders automatically for `code` blocks in Portable Text content.
50
+
Theme CSS and the copy button are injected automatically on all public pages. The `Code.astro`component renders `code` blocks in Portable Text content — make sure `code` is a registered block type in your Portable Text schema configuration.
0 commit comments