error when 'npm run start'
Answered
Auth posted this in #help-forum
AuthOP
so when i do 'npm run build' then 'npm run start' website appears and disappears this is the error in console.
Answered by Spectacled bear
in layout.tsx
use like this
<html lang="en">
<body>{children}</body>
</html>
use like this
4 Replies
AuthOP
https://github.com/Authtbh/portfolio-v1 this is the code and btw it runs perfectly when i run in dev mode
https://portfolio-v1-mauve-six.vercel.app/ check youself what happens
Spectacled bear
in layout.tsx
use like this
<html lang="en">
<body>{children}</body>
</html>
use like this
Answer
AuthOP
tyyy