diff --git a/.gitignore b/.gitignore
index d3909af..91c4195 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
.DS_Store
.env
dist/
-node_modules/
\ No newline at end of file
+node_modules/
+.vscode/
diff --git a/build.js b/build.js
index afc084a..68f6246 100644
--- a/build.js
+++ b/build.js
@@ -7,6 +7,7 @@ const menuItems = require('./src/menu.js');
const { encode } = require('html-entities');
const { JSDOM } = require('jsdom');
const yaml = require('js-yaml');
+const esbuild = require('esbuild');
const site = "https://docs.puter.com";
@@ -447,7 +448,7 @@ function generateDocsHTML(filePath, rootDir, page, isIndex = false) {
html += generateSearchUIHTML();
- html += ``;
+ html += ``;
html += `