mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
feat: favicon api always return an image
When the api cannot fetch the remote favicon, we return a placeholder image
This commit is contained in:
@@ -23,7 +23,10 @@ const config = {
|
||||
experimental: {
|
||||
webpackBuildWorker: true
|
||||
},
|
||||
output: "standalone"
|
||||
output: "standalone",
|
||||
env: {
|
||||
baseUrl: process.env.NEXTAUTH_URL
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user