We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de03d4 commit 3dc285eCopy full SHA for 3dc285e
1 file changed
nuxt.schema.ts
@@ -56,12 +56,18 @@ export default defineNuxtSchema({
56
logo: {
57
/**
58
* Path of the logo.
59
+ *
60
+ * @studioIcon dashicons:cover-image
61
+ * @studioInput file
62
*/
63
path: '/logo.svg',
64
65
* Path of the logo in dark mode.
66
*
67
* Leave it empty if you want to use the same logo.
68
69
70
71
72
pathDark: '/logo-dark.svg',
73
0 commit comments