Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Apr 1, 2024
1 parent 72c12a4 commit 76247c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/
server-dir: ./cche-ch.com/
# server-dir: ./cche-ch.com/

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<script type="module" crossorigin src="/assets/index-XvRUfFdD.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ORxYBhZG.css">
<script type="module" crossorigin src="/assets/index-uK6-pFvN.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BTHh6XSt.css">
</head>
<body>
<div id="app"></div>
Expand Down
9 changes: 3 additions & 6 deletions src/components/NotFoundComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</script>
<template>
<div class="container">
<img src="../assets/image/barner/something-lost.png" alt="404">
<img src="../assets/image/barner/something-lost.png" style="max-width: 100%; height: auto; margin-bottom: 30px;" alt="404">
<p>Sorry, the page you are looking for could not be found.</p>
<RouterLink to="/">Go back to homepage</RouterLink>
</div>
Expand All @@ -16,6 +16,7 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-bottom: 80px;
}
h1 {
Expand All @@ -42,9 +43,5 @@ a {
a:hover {
background-color: #555;
}
img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
</style>

0 comments on commit 76247c4

Please sign in to comment.