Merge pull request #849 from linkwarden/dev
increase staticPageGenerationTimeout
This commit is contained in:
commit
91494b0188
|
@ -5,6 +5,7 @@ const { i18n } = require("./next-i18next.config");
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
i18n,
|
i18n,
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
|
staticPageGenerationTimeout: 1000,
|
||||||
images: {
|
images: {
|
||||||
// For fetching the favicons
|
// For fetching the favicons
|
||||||
domains: ["t2.gstatic.com"],
|
domains: ["t2.gstatic.com"],
|
||||||
|
|
Ŝarĝante…
Reference in New Issue