Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 23, 2023
1 parent 647e582 commit a9cc39c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<!-- <link rel="stylesheet" href="src/bootstrap.min.css?ver=5.3.0" media="all"> -->
<!-- <link rel="stylesheet" href="src/boxicons.min.css?ver=2.1.4"> -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css?ver=5.3.0.1" media="all">
<link rel="stylesheet" href="assets/css/boxicons.min.css?ver=2.1.4.1">
<link rel="stylesheet" href="assets/css/style.min.css?ver=2.1.09" media="all">
<link rel="stylesheet" href="assets/css/boxicons.min.css?ver=2.1.4.2">
<link rel="stylesheet" href="assets/css/style.min.css?ver=2.1.10" media="all">
<link rel="preload" href="assets/fonts/boxicons.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="media/header-bg-mobile.webp" as="image" type="image/webp" media="(max-width: 1024px)">
<link rel="preload" href="media/header-bg.webp" as="image" type="image/webp" media="(min-width: 1025px)">
Expand Down
2 changes: 0 additions & 2 deletions purgecss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ module.exports = {
// fontFace: true, // remove fontface rules
output: './assets/css/', // Specify the desired output file path and name
};


0 comments on commit a9cc39c

Please sign in to comment.