Add programming-resources; swi->generic Nintendo;
Remove custom html from markdown, clean-up UI (again) Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
const config = {
|
||||
i18n: {
|
||||
locales: ['en-US'],
|
||||
defaultLocale: 'en-US'
|
||||
@@ -32,9 +32,15 @@ module.exports = {
|
||||
},
|
||||
);
|
||||
|
||||
return config
|
||||
},
|
||||
images: {
|
||||
domains: ['avatars.githubusercontent.com']
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
if (process.env.ANALYZE) {
|
||||
const bundleAnalyzer = require('@next/bundle-analyzer')({
|
||||
enabled: true
|
||||
});
|
||||
module.exports = bundleAnalyzer(config);
|
||||
} else {
|
||||
module.exports = config;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user