diff --git a/netlify.toml b/netlify.toml index 9ed3c10..61a65b4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,6 +12,9 @@ html = { pretty_urls = true } images = { compress = true } +[functions] + node_bundler = "esbuild" + [template.environment] DISCORD_CLIENT_ID = "Your Discord App's client ID" DISCORD_CLIENT_SECRET = "Your Discord App's client secret"