diff --git a/index.html b/index.html
index e90ba6ff8b..8baf77e5fc 100644
--- a/index.html
+++ b/index.html
@@ -17,6 +17,7 @@
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 90cdd8dc5d..76d5966146 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,10 +3,7 @@ module.exports = {
content: [
'./components/**/*.{html,js}',
'./pages/**/*.{html,js}',
- 'index.html',
+ './index.html',
],
- theme: {
- extend: {},
- },
- plugins: [],
-};
+ // ...
+}
\ No newline at end of file