You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible you can add something like this for the theme:
::: info
Text here inside an information message.
:::
Is it possible you can make it so we can enable the dark theme when someone comes to the page I tried darkTheme: true in the settings but it doesn't seem to work.
Do note how the import is done. There's an open issue about this right now (vuejs/vuepress#451) and that's the suggested workaround. import Package from 'package'; works in development, but when you try to build VuePress, it'll fail without this workaround.
Is it possible you can make it so we can enable the dark theme when someone comes to the page I tried
darkTheme: true
in the settings but it doesn't seem to work.Add icons (FontAwesome) perhaps to the menu so
icon: 'fas fa-home'
or something similar to that. (Example: https://nakorndev.github.io/vuepress-theme-bulma/)Is it possible to use
vue-discord-messages
in this? If so, can you explain how I can do so.The text was updated successfully, but these errors were encountered: