My personal site hosted @ https://indexx.dev

feat: force CSS update

Changed files
+1 -1
src
layouts
+1 -1
src/layouts/Layout.astro
···
<!-- RESOURCES -->
<link href="/bootstrap.min.css" rel="stylesheet" />
<script src="/bootstrap.bundle.min.js" is:inline></script>
-
<link rel="stylesheet" href="/style.css?v=2" type="text/css" />
+
<link rel="stylesheet" href="/style.css?v=3" type="text/css" />
</head>
<body>
<slot />