We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050e1e3 commit f11c889Copy full SHA for f11c889
1 file changed
tailwind.config.ts
@@ -2,8 +2,8 @@ import type { Config } from 'tailwindcss'
2
3
export default {
4
content: [
5
+ "./src/public/.well-known/apple-app-site-association",
6
"./{.vitepress,src}/**/*.{html,js,ts,vue,md}",
- "./src/public/.well-known/*",
7
],
8
theme: {
9
extend: {},
0 commit comments