diff --git a/src/index.html b/src/index.html
index d6169cb..5d3bc36 100755
--- a/src/index.html
+++ b/src/index.html
@@ -4,6 +4,9 @@
+
+
+
Audio Player
diff --git a/vite.config.js b/vite.config.js
index b8d803d..157a0df 100755
--- a/vite.config.js
+++ b/vite.config.js
@@ -11,4 +11,9 @@ export default defineConfig({
generateScopedName: '[name]__[local]___[hash:base64:5]', // Scoped naming
},
},
+ server: {
+ headers: {
+ 'Cache-Control': 'no-store, no-cache, max-age=0, must-revalidate, proxy-revalidate',
+ },
+ },
});
\ No newline at end of file