Skip to content

Commit

Permalink
fix: move project layout out of eleventy computed data
Browse files Browse the repository at this point in the history
  • Loading branch information
chosww committed Jan 20, 2025
1 parent 6cf8cc0 commit bcaba9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/projects/projects.11tydata.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { __, generatePermalink } from "eleventy-plugin-fluid";

export default {
layout: "layouts/project",
eleventyComputed: {
layout: "layouts/project",
permalink: (data) => {
if (data.link) {
return null;
Expand Down

0 comments on commit bcaba9c

Please sign in to comment.