Add default order to projects

This commit is contained in:
TheThomaas 2024-02-04 22:51:08 +01:00
parent 115f9b3b01
commit 8b2fb3095d

View file

@ -1,3 +1,4 @@
module.exports = { module.exports = {
permalink: false permalink: false,
order: 1
}; };