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:
@@ -32,7 +32,7 @@ const featuredProjects = (await getCollection("projects", (p) => p.data.featured
|
||||
{featuredProjects.map((entry) => <ProjectCard entry={entry} />)}
|
||||
</div>
|
||||
<p class="projects__more" data-reveal>
|
||||
<a class="btn" href="/projects">All projects →</a>
|
||||
<a class="btn" href="/projects/">All projects →</a>
|
||||
</p>
|
||||
</Section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user