docs: add Deploy demo app page (partial), change prism theme to palenight

This commit is contained in:
Pavel Sviderski
2025-05-30 20:00:04 +10:00
parent a5fe9fbfb2
commit d45c1b6869
6 changed files with 257 additions and 31 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ const config = {
]
},
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
theme: prismThemes.palenight,
//darkTheme: prismThemes.dracula,
},
}),
};