Skip to content

Commit

Permalink
gsf
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Feb 17, 2024
1 parent a5f1e9b commit 9a70b47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="canonical" href="https://neerajrekwar.github.io/" />

<link href="./output.css" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" sizes="180x180" href="/images/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
9 changes: 3 additions & 6 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ module.exports = {
content: [
'./components/**/*.{html,js}',
'./pages/**/*.{html,js}',
'index.html',
'./index.html',
],
theme: {
extend: {},
},
plugins: [],
};
// ...
}

0 comments on commit 9a70b47

Please sign in to comment.