Even more pingi

This commit is contained in:
2022-07-30 17:48:18 +02:00
parent e81f52e572
commit f188e94e0c
3 changed files with 68 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true,
images: {
domains: ["openai-labs-public-images-prod.azureedge.net"]
}
};