From 79cd2c10136b894ce55927073f355489b8ce0d15 Mon Sep 17 00:00:00 2001 From: Giona Righini Date: Fri, 16 Aug 2024 14:56:02 +0200 Subject: [PATCH] error page --- package.json | 2 +- public/error.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 public/error.html diff --git a/package.json b/package.json index 28352ac..041399c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts build", + "build": "GENERATE_SOURCEMAP=false react-scripts build", "test": "react-scripts test", "lint": "eslint \"src/**/*.{js,jsx}\"", "lint:fix": "eslint \"src/**/*.{js,jsx}\" --fix", diff --git a/public/error.html b/public/error.html new file mode 100644 index 0000000..ac98b6f --- /dev/null +++ b/public/error.html @@ -0,0 +1,59 @@ + + + + + + Resource Unavailable - Web Application + + + +
+

Resource Unavailable

+

We apologize, but the requested resource is currently unavailable.

+

This could be due to:

+ +

Please check the address and try again later. If the problem persists, contact technical support.

+ +
+ +