Skip to content

Commit e0ac298

Browse files
committed
add sitename
1 parent 7d4f103 commit e0ac298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gridsome.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
// Learn more: https://gridsome.org/docs/config
33

44
module.exports = {
5+
siteName: 'Gridsome',
56
plugins: []
6-
}
7+
}

0 commit comments

Comments
 (0)