Skip to content

Commit

Permalink
Some more optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
TibiNonEst committed Nov 21, 2024
1 parent 62962bc commit 0e1434c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"@catppuccin/palette": "^1.7.1",
"@fortawesome/fontawesome-free": "^6.7.1",
"astro": "^4.16.13",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"cssnano": "^7.0.6",
"sass": "^1.81.0",
"typescript": "^5.6.3"
}
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('autoprefixer'),
require('cssnano')
],
};
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const { title } = Astro.props;
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{title}</title>
<meta name="description" content="developer, sysadmin, networking hobbyist" />
</head>

<body>
Expand Down

0 comments on commit 0e1434c

Please sign in to comment.