add 404 page
This commit is contained in:
@ -31,7 +31,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 8083:8080
|
- 8083:8080
|
||||||
|
|
||||||
# THE APP
|
# THE APP
|
||||||
nextjs-app:
|
nextjs-app:
|
||||||
image: sachinvashist/nextjs-docker
|
image: sachinvashist/nextjs-docker
|
||||||
ports:
|
ports:
|
||||||
@ -61,5 +61,3 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - mariadb
|
# - mariadb
|
||||||
|
|
||||||
|
|
3
pages/404.js
Normal file
3
pages/404.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default function Custom404() {
|
||||||
|
return <h1>404 - Страницата не е намерена</h1>
|
||||||
|
}
|
Reference in New Issue
Block a user