We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b70160 commit fe46f8fCopy full SHA for fe46f8f
tailwind.config.ts
@@ -3,7 +3,7 @@ import type { Config } from 'tailwindcss'
3
export default {
4
content: [
5
"./{.vitepress,src}/**/*.{html,js,ts,vue,md}",
6
- "./src/public/.well-known/apple-app-site-association"
+ "./src/public/.well-known/*",
7
],
8
theme: {
9
extend: {},
0 commit comments