mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-12 23:04:43 -05:00
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:
@@ -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