Skip to content

Commit

Permalink
CDN Problem Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
4q-u4 committed Sep 11, 2023
1 parent 90dad66 commit 88ad960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--! Github Pages Use CDN , so Cache should be cleared to load chnages-->
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<title>Home</title>
<style>
body {
Expand Down

0 comments on commit 88ad960

Please sign in to comment.