Skip to content

Commit

Permalink
Feat error404 page (#1009)
Browse files Browse the repository at this point in the history
* Create error 404 not found page

The code contains the data for error page 404.

* Optimised Server Build

This piece of code contains code for running production server

* Optimised Production Build

The package.json and node_modules outside webmasterlog folder have been emove , the sharp library is installed successfully.
  • Loading branch information
dev129 authored Oct 29, 2024
1 parent a265122 commit 88e3013
Show file tree
Hide file tree
Showing 6 changed files with 517 additions and 105 deletions.
100 changes: 0 additions & 100 deletions .gitignore

This file was deleted.

4 changes: 3 additions & 1 deletion webmasterlog/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals", "next/typescript"],"rules":{
"react/no-unescaped-entities":"off"
}
}
Loading

0 comments on commit 88e3013

Please sign in to comment.