Skip to content

Commit 5e854fb

Browse files
Update www/pages/getting-started.md
Co-authored-by: Aviv Keller <me@aviv.sh>
1 parent 3f035e7 commit 5e854fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

www/pages/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ export default {
116116
// <svg height="30" width="30" viewBox="0 0 10 10"><circle cx="5" cy="5" r="5" fill="var(--color-brand-400)"/></svg>;
117117
imports: {
118118
'#theme/Logo': join(import.meta.dirname, './logo.jsx'),
119+
// You can also change things such as `#theme/Layout`,
120+
// and more!
119121
},
120122
},
121123
};

0 commit comments

Comments
 (0)