We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4aa22c commit 5b70160Copy full SHA for 5b70160
1 file changed
tailwind.config.ts
@@ -3,6 +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"
7
],
8
theme: {
9
extend: {},
0 commit comments