Add default order to projects
This commit is contained in:
parent
115f9b3b01
commit
8b2fb3095d
|
|
@ -1,3 +1,4 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
permalink: false
|
permalink: false,
|
||||||
|
order: 1
|
||||||
};
|
};
|
||||||
Loading…
Reference in a new issue