fix: fix image config

This commit is contained in:
2024-02-05 12:40:00 -06:00
parent 71c14fee52
commit 0042cbee31
3 changed files with 12 additions and 8 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import { defineConfig } from '@pandacss/dev'
import entGamersPandaPreset from 'entgamers-panda-preset'
export default defineConfig({
presets: [entGamersPandaPreset],
presets: ['entgamers-panda-preset'],
gitignore: true,
preflight: true,
include: ['./src/**/*.{js,jsx,ts,tsx}'],