We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0ed02 commit 241af1fCopy full SHA for 241af1f
src/routes/configs.ts
@@ -9,7 +9,7 @@ const parseConfigs = () => {
9
);
10
}
11
12
- return JSON.parse(rawRobots ?? {});
+ return JSON.parse(rawRobots ?? '{}');
13
};
14
15
export const dialConfigs: Record<string, DialConf> = parseConfigs();
0 commit comments