Skip to content

Commit

Permalink
Merge pull request #28 from INESCTEC/feat/workflow
Browse files Browse the repository at this point in the history
Changes on 404.html
  • Loading branch information
MJBranco18 authored Dec 15, 2024
2 parents e8eae5e + 0b5bee4 commit 48cb7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=/" />
<script>
const pathname = window.location.pathname;
const search = window.location.search;
window.location.replace("/?" + pathname.slice(1) + search);
const hash = window.location.hash;

window.location.replace(`/${pathname}${search}${hash}`);
</script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion public/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
{
"project_area": "Energy",
"project_name": "EMB3Rs",
"project_logo": "embers.png",
"project_logo": "emb3rs.png",
"project_website": "https://www.emb3rs.eu/",
"project_description": "EMB3Rs stands for \u201cUser-driven Energy-Matching & Business Prospection Tool for Industrial Excess Heat/Cold Reduction, Recovery and Redistribution.",
"project_topic": "embers",
Expand Down

0 comments on commit 48cb7a4

Please sign in to comment.