Yêu cầu Dec 14th, 2021 10:01 a.m. 126 0 0
  • 126 0 0
+1

Rewrite route NuxtJS

Chia sẻ
  • 126 0 0

Hi cả nhà,

Mình mới tìm hiểu NuxtJS, Mình muốn tạo url dạng domain.com/p/ten-bai-viet.1/

Trong file nuxt.config.js

  router: {
    extendRoutes(routes, resolve) {
      routes.push({
        path: '/p/:name.:id',
        component: resolve(__dirname, 'pages/p/index.vue'),
        chunkName: 'pages/p/index'
      },

Lúc chạy nuxt generate

Generating pages with full static mode 
ERROR  Error generating route "/p": This page could not be found

Có cách nào khắc phục ko ạ? Thanks

Viblo
Hãy đăng ký một tài khoản Viblo để nhận được nhiều bài viết thú vị hơn.
Đăng kí