mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fix content paths
This commit is contained in:
parent
873d049c80
commit
a23fd73a0b
1 changed files with 1 additions and 5 deletions
|
|
@ -2,11 +2,7 @@ import type { Config } from "tailwindcss";
|
|||
import plugin from "tailwindcss/plugin";
|
||||
|
||||
const config: Config = {
|
||||
content: [
|
||||
"./src/pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./src/app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
content: ["./src/**/*.{js,ts,jsx,tsx,mdx}"],
|
||||
theme: {
|
||||
extend: {
|
||||
keyframes: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue