@@ -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,
|
||||||
|
|||||||
@@ -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',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user