1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Remove unused <link> explicit import of 'docsearch'

This commit is contained in:
Julien Déramond
2025-04-14 21:01:33 +02:00
parent dd4dc06843
commit 9b912486fe

View File

@@ -10,6 +10,4 @@ interface Props {
const { direction } = Astro.props
---
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
<link {...getVersionedBsCssProps(direction)} />