Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[autofix.ci] apply automated fixes

authored by

autofix-ci[bot] and committed by
GitHub
29f45b94 5adb8c2d

+1 -1
+1 -1
packages/starlight-download-link/components/DownloadLink.astro
··· 2 2 import { Icon } from "@astrojs/starlight/components"; 3 3 import type { HTMLAttributes } from "astro/types"; 4 4 5 - Astro.response.headers.set('Content-Disposition', 'attachment'); 5 + Astro.response.headers.set("Content-Disposition", "attachment"); 6 6 7 7 interface Props extends Omit<HTMLAttributes<"a">, "title"> { 8 8 title: string;