diff --git a/vite.config.ts b/vite.config.ts
index 094fee4440402c227a08c92e78cf0d410ff6e6f5..6f604593a20edd1195a2e6699f7c0cc532d70fc9 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -16,7 +16,7 @@ export default defineConfig({
     https: true,
     strictPort: true,
     host: true,
-    open: 'https://localhost/',
+    open: 'https://localhost/', // directly opens site through nginx
   },
   build: {
     outDir: './build',