Skip to content

Commit

Permalink
more optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
dpickett committed Oct 10, 2023
1 parent d6c06bd commit 2f4477d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ const config: GatsbyConfig = {
plugins: [
{
resolve: "gatsby-plugin-postcss",
options: {
postCssPlugins: [require("postcss-import"), require("tailwindcss"), require("autoprefixer")],
}
},
"gatsby-plugin-typescript",
"gatsby-plugin-image",
Expand Down
4 changes: 4 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ module.exports = {
},
},
},
fontDisplay: {
inter: "swap",
kanit: "swap",
},
variants: {
extend: {},
},
Expand Down

0 comments on commit 2f4477d

Please sign in to comment.