diff --git a/src/App.tsx b/src/App.tsx index 31d27170..a8b840ca 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -54,7 +54,7 @@ const defaultConfig: AppConfig = { feedIncludePacks: false, }, nip85StatsPubkey: "5f68e85ee174102ca8978eef302129f081f03456c884185d5ec1c1224ab633ea", - nip85OnlyMode: false, + nip85OnlyMode: true, }; export function App() {