feat: app config and error page
This commit is contained in:
8
wp-content/themes/headless/app/app.config.ts
Normal file
8
wp-content/themes/headless/app/app.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
colors: {
|
||||
primary: "indigo",
|
||||
neutral: "neutral",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user