Configure trailingSlash using project config

This commit is contained in:
prototypa
2023-03-20 00:08:09 -04:00
parent ab243b4c51
commit 6e66dfb8fa

View File

@ -25,5 +25,7 @@ export const get = async () => {
description: post.description,
pubDate: post.publishDate,
})),
trailingSlash: SITE.trailingSlash
});
};