Skip to content

Commit 3dc285e

Browse files
committed
feat(schema): use file for both logo paths
1 parent 9de03d4 commit 3dc285e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

nuxt.schema.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,18 @@ export default defineNuxtSchema({
5656
logo: {
5757
/**
5858
* Path of the logo.
59+
*
60+
* @studioIcon dashicons:cover-image
61+
* @studioInput file
5962
*/
6063
path: '/logo.svg',
6164
/**
6265
* Path of the logo in dark mode.
6366
*
6467
* Leave it empty if you want to use the same logo.
68+
*
69+
* @studioIcon dashicons:cover-image
70+
* @studioInput file
6571
*/
6672
pathDark: '/logo-dark.svg',
6773
/**

0 commit comments

Comments
 (0)