Skip to content

Commit fe46f8f

Browse files
authored
Update tailwind.config.ts
1 parent 5b70160 commit fe46f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { Config } from 'tailwindcss'
33
export default {
44
content: [
55
"./{.vitepress,src}/**/*.{html,js,ts,vue,md}",
6-
"./src/public/.well-known/apple-app-site-association"
6+
"./src/public/.well-known/*",
77
],
88
theme: {
99
extend: {},

0 commit comments

Comments
 (0)