fix: adjust swr option

This commit is contained in:
GyDi
2023-03-16 17:03:12 +08:00
parent 16490541e4
commit 198109cd43
2 changed files with 2 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ const Layout = () => {
}, [language]);
return (
<SWRConfig value={{}}>
<SWRConfig value={{ errorRetryCount: 3 }}>
<ThemeProvider theme={theme}>
<Paper
square