From da8bd023783f23749dd697d15c20ebfa742c41cc Mon Sep 17 00:00:00 2001 From: Bailey Hayes Date: Sat, 8 Nov 2025 18:59:20 -0500 Subject: [PATCH] fix: wkg components for redirect Related to wasmCloud/wash/#139 Signed-off-by: Bailey Hayes --- static/.well-known/wasm-pkg/registry.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/static/.well-known/wasm-pkg/registry.json b/static/.well-known/wasm-pkg/registry.json index f6557250..34c9e63c 100644 --- a/static/.well-known/wasm-pkg/registry.json +++ b/static/.well-known/wasm-pkg/registry.json @@ -1,7 +1,4 @@ { - "preferredProtocol": "oci", - "oci": { - "registry": "ghcr.io", - "namespacePrefix": "wasmcloud/interfaces/" - } -} \ No newline at end of file + "preferredProtocol":"oci", + "oci": {"registry": "ghcr.io", "namespacePrefix": "wasmcloud/components"} +}