Started test version

This commit is contained in:
Artur AGH
2023-12-16 09:28:22 +01:00
parent a6135ff964
commit 493c787831
22 changed files with 1073 additions and 44 deletions

View File

@@ -23,6 +23,18 @@ const config = {
locales: ["en"],
defaultLocale: "en",
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'images.unsplash.com',
},
],
},
};
export default config;