generated from pascalmartineau/wp-skeleton
feat: Initial Nuxt app
This commit is contained in:
10
wp-content/themes/ccat/app/app.config.ts
Normal file
10
wp-content/themes/ccat/app/app.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { defineAppConfig } from "#imports";
|
||||
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: "indigo",
|
||||
neutral: "neutral",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user