@@ -296,7 +296,7 @@ function buildAssemblyRows(params: {
|
||||
rows.push({
|
||||
key: `${groupLabel}-${paths.complete}`,
|
||||
kind: "category",
|
||||
label: "Completed Lower (Fastest)",
|
||||
label: `Completed ${groupLabel.split(" ")[0]} (Fastest)`,
|
||||
categoryId: paths.complete,
|
||||
indent: 0,
|
||||
pill: mode === "complete" ? "Selected" : undefined,
|
||||
|
||||
@@ -12,6 +12,10 @@ const nextConfig = {
|
||||
protocol: 'https',
|
||||
hostname: 'cdn.sanity.io',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'minio.dev.gofwd.group',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user