Skip to content
Snippets Groups Projects
Commit 0891c371 authored by Moritz Stückler's avatar Moritz Stückler :cowboy:
Browse files

fix: logo grid paths

parent 6cb0a78e
No related branches found
No related tags found
1 merge request!47fix: logo grid paths
Pipeline #8393 passed
......@@ -26,7 +26,7 @@ const {
} = Astro.props;
const allRawLogos = await Astro.glob(
"/public/images/logos/*.{jpg,jpeg,png,webp,gif,svg}"
"/public/images/logos/**/*.{jpg,jpeg,png,webp,gif,svg}"
);
const baseUrl = getBaseUrl(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment