migrate to yml config (so I can comment the config)
Some checks failed
Publish Docker Image / docker (push) Failing after 33s

This commit is contained in:
Lee
2023-07-13 10:12:07 +01:00
parent c0e1bec350
commit b9093d75fe
13 changed files with 3075 additions and 180 deletions

View File

@ -4,7 +4,7 @@ module.exports = {
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
"./config.json",
"./config.yml",
],
theme: {},
plugins: [],