]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove unused `<link>` explicit import of 'docsearch'
authorJulien Déramond <juderamond@gmail.com>
Mon, 14 Apr 2025 19:01:33 +0000 (21:01 +0200)
committerJulien Déramond <juderamond@gmail.com>
Mon, 14 Apr 2025 19:01:33 +0000 (21:01 +0200)
site/src/components/head/Stylesheet.astro

index 787d182444f6e49b392f32244b41c65c2f1ce20b..d0203893a478d758153f1e2919a89d9551073209 100644 (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)} />