fix?!?!
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 1m7s

This commit is contained in:
Lee
2024-07-12 20:16:22 +01:00
parent fff561e299
commit 5f864c5586

View File

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = {}; const nextConfig = {
transpilePackages: ["highlight.js"],
};
export default nextConfig; export default nextConfig;