placeholder images
CI / deploy (push) Failing after 35s

This commit is contained in:
2026-03-29 07:54:52 -04:00
parent c686da0c03
commit 47d5d17d29
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ function buildAssemblyRows(params: {
rows.push({ rows.push({
key: `${groupLabel}-${paths.complete}`, key: `${groupLabel}-${paths.complete}`,
kind: "category", kind: "category",
label: "Completed Lower (Fastest)", label: `Completed ${groupLabel.split(" ")[0]} (Fastest)`,
categoryId: paths.complete, categoryId: paths.complete,
indent: 0, indent: 0,
pill: mode === "complete" ? "Selected" : undefined, pill: mode === "complete" ? "Selected" : undefined,
+4
View File
@@ -12,6 +12,10 @@ const nextConfig = {
protocol: 'https', protocol: 'https',
hostname: 'cdn.sanity.io', hostname: 'cdn.sanity.io',
}, },
{
protocol: 'https',
hostname: 'minio.dev.gofwd.group',
},
], ],
}, },