-
+
{item.categoryName} · {item.name}
走失时间:{item.lostDay}
diff --git a/frontend/lib/get-strict-context.tsx b/frontend/lib/get-strict-context.tsx
index be139dcd..c341bdee 100644
--- a/frontend/lib/get-strict-context.tsx
+++ b/frontend/lib/get-strict-context.tsx
@@ -1,7 +1,7 @@
import * as React from 'react';
function getStrictContext(
- name?: string,
+ name?: string,
): readonly [
({
value,
@@ -33,4 +33,4 @@ function getStrictContext(
return [Provider, useSafeContext] as const;
}
-export { getStrictContext };
+export {getStrictContext};
diff --git a/frontend/next.config.ts b/frontend/next.config.ts
index 84e93bdb..dda25aae 100644
--- a/frontend/next.config.ts
+++ b/frontend/next.config.ts
@@ -2,6 +2,14 @@ import type {NextConfig} from 'next';
const nextConfig: NextConfig = {
/* config options here */
+ images: {
+ remotePatterns: [
+ {
+ protocol: 'https',
+ hostname: 'so.baobeihuijia.com',
+ },
+ ],
+ },
async rewrites() {
return [