There was an error while loading. Please reload this page.
1 parent c0b8a60 commit 89902a7Copy full SHA for 89902a7
1 file changed
apps/web/__tests__/unit/proxy-self-hosted.test.ts
@@ -52,6 +52,7 @@ describe("self-hosted proxy routes", () => {
52
"/rive/main.riv",
53
"/fonts/Geist-Regular.woff2",
54
"/site.webmanifest",
55
+ "/.well-known/atproto-did",
56
])("serves the public asset %s instead of redirecting", (path) =>
57
expectServed(path),
58
);
0 commit comments