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.

41 lines
996 B

3 years ago
  1. export default {
  2. // Global page headers: https://go.nuxtjs.dev/config-head
  3. head: {
  4. title: 'test-02',
  5. htmlAttrs: {
  6. lang: 'en'
  7. },
  8. meta: [
  9. { charset: 'utf-8' },
  10. { name: 'viewport', content: 'width=device-width, initial-scale=1' },
  11. { hid: 'description', name: 'description', content: '' },
  12. { name: 'format-detection', content: 'telephone=no' }
  13. ],
  14. link: [
  15. { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
  16. ]
  17. },
  18. // Global CSS: https://go.nuxtjs.dev/config-css
  19. css: [
  20. ],
  21. // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
  22. plugins: [
  23. ],
  24. // Auto import components: https://go.nuxtjs.dev/config-components
  25. components: true,
  26. // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
  27. buildModules: [
  28. ],
  29. // Modules: https://go.nuxtjs.dev/config-modules
  30. modules: [
  31. ],
  32. // Build Configuration: https://go.nuxtjs.dev/config-build
  33. build: {
  34. }
  35. }