Skip to content

Commit

Permalink
Migrate feed generators to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Jan 8, 2024
1 parent b325dd1 commit 9db5198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -41,4 +41,4 @@ class Posts {
}
}

module.exports = Posts;
export default Posts;
2 changes: 1 addition & 1 deletion src/feeds/posts.11ty.cjs → src/feeds/posts.11ty.js
Expand Up @@ -39,4 +39,4 @@ class Posts {
}
}

module.exports = Posts;
export default Posts;

0 comments on commit 9db5198

Please sign in to comment.