mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
chore: :nooo:
This commit is contained in:
@@ -9,6 +9,7 @@ out
|
||||
*.swp
|
||||
|
||||
# Ignore local environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
webpack: (config) => {
|
||||
config.externals.push('@node-rs/argon2');
|
||||
return config;
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
@@ -13,7 +9,8 @@ const nextConfig = {
|
||||
hostname: 'secure.gravatar.com',
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
transpilePackages: ['livekit-server-sdk']
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user