Links: trailing-slash internal URLs (no dir-redirect → kills the :8080/cached-301 issue)
build-and-deploy / build (push) Failing after 13m10s
build-and-deploy / build (push) Failing after 13m10s
This commit is contained in:
@@ -5,7 +5,7 @@ interface Props {
|
||||
}
|
||||
const { entry } = Astro.props;
|
||||
const p = entry.data;
|
||||
const href = `/projects/${entry.id}`;
|
||||
const href = `/projects/${entry.id}/`;
|
||||
---
|
||||
|
||||
<a class="project card" href={href} data-reveal>
|
||||
|
||||
Reference in New Issue
Block a user