+1
Rewrite route NuxtJS
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
Thêm một bình luận