You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
293 B

  1. import theme from '@nuxt/content-theme-docs'
  2. export default theme({
  3. server: {
  4. host: '0.0.0.0',
  5. posrt: 3000
  6. },
  7. colorMode: {
  8. preference: 'dark',
  9. fallback: 'dark',
  10. },
  11. docs: {
  12. primaryColor: '#00cd81'
  13. },
  14. content: {
  15. },
  16. })