I have a doubt at custom page adding #9277
Unanswered
Villva-vinoth
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
based on the example i do every thing ./admin/pages -> there is my Custompage.tsx
and added custom nav also
and then i run the npm run build
Route (pages) Size First Load JS
┌ ○ / 1.64 kB 515 kB
├ /_app 0 B 514 kB
├ ○ /404 182 B 514 kB
├ ○ /categories 249 B 522 kB
├ ○ /categories/[id] 253 B 518 kB
├ ○ /categories/create 1.46 kB 515 kB
├ ○ /CustomPage 411 B 514 kB
├ ○ /init 6.53 kB 520 kB
├ ○ /no-access 413 B 514 kB
├ ○ /posts 242 B 522 kB
├ ○ /posts/[id] 246 B 518 kB
├ ○ /posts/create 1.45 kB 515 kB
├ ○ /signin 1.58 kB 515 kB
├ ○ /tags 243 B 522 kB
├ ○ /tags/[id] 246 B 518 kB
├ ○ /tags/create 1.45 kB 515 kB
├ ○ /users 243 B 522 kB
├ ○ /users/[id] 246 B 518 kB
└ ○ /users/create 1.45 kB 515 kB
├ chunks/framework-d7a250b195cfb158.js 45.2 kB
├ chunks/main-45942362f4b274b1.js 32.1 kB
├ chunks/pages/_app-b6773eb8c21bb4c4.js 435 kB
└ other shared chunks (total) 1.01 kB
○ (Static) prerendered as static content
then i site is display
only in the nav i see the /custom-page
if i navigate to this 404 will display any body can help me out !
Beta Was this translation helpful? Give feedback.
All reactions