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:
2024-12-12 00:40:58 -05:00
parent 4d0e57950c
commit 40e3ff220c
10 changed files with 1085 additions and 627 deletions

View File

@@ -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