Remove Docker configuration files and start-database script; update CV and resume links to GitHub releases; replace PDF object with iframe for better rendering
This commit is contained in:
+2
-4
@@ -13,10 +13,8 @@ const nextConfig = {
|
||||
},
|
||||
},
|
||||
webpack: (config) => {
|
||||
config.externals.push({
|
||||
"utf-8-validate": "commonjs utf-8-validate",
|
||||
bufferutil: "commonjs bufferutil",
|
||||
});
|
||||
config.resolve.alias.canvas = false;
|
||||
config.resolve.alias.encoding = false;
|
||||
return config;
|
||||
},
|
||||
// Add this section to disable linting during build
|
||||
|
||||
Reference in New Issue
Block a user