fix: adjust swr option

This commit is contained in:
GyDi
2023-03-16 17:03:12 +08:00
parent db99b4cb54
commit 630249d22a
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