feat: improved Links UI

This commit is contained in:
Daniel
2023-03-11 08:40:10 +03:30
parent 48bdf29161
commit 9304870178
5 changed files with 35 additions and 26 deletions
+3
View File
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ["icons.duckduckgo.com"],
},
};
module.exports = nextConfig;