mirror of
https://github.com/Techtonic-Fault/homepage.git
synced 2026-01-23 05:26:30 +00:00
Initial commit
This commit is contained in:
6
data/portfolio.ts
Normal file
6
data/portfolio.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { allPortfolios } from "content-collections";
|
||||
|
||||
const projects = allPortfolios.sort((a, b) => {
|
||||
return b.year - a.year;
|
||||
});
|
||||
export default projects;
|
||||
Reference in New Issue
Block a user