Hello, could some 1 take a look at this: https://bstefaniak.pl/ ?
I have background images in my /public directory, it was working perfectly all the time but now all images from /public directory are undefined 😦
It occurs just on hosted website, locally during development everything is ok (on builded and served locally too)
Its responding with error 500...
Nextjs13 with app dir.
Thanks!
my packages:
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/carousel": "^6.0.21",
"@mantine/core": "^6.0.21",
"@mantine/form": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@tabler/icons-react": "^2.38.0",
"@types/node": "18.16.3",
"@types/nodemailer": "^6.4.11",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"client-only": "^0.0.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "8.0.0-rc12",
"eslint-config-next": "^13.5.4",
"framer-motion": "^10.16.4",
"next": "^13.5.4",
"nodemailer": "^6.9.5",
"path": "^0.12.7",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"typescript": "5.0.4"
Here is repo, but i dont think it matters: https://github.com/Bartholomeas/portfolio-website