7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
|
module.exports = {
|
||
|
|
siteMetadata: {
|
||
|
|
title: 'gatsby',
|
||
|
|
},
|
||
|
|
plugins: [],
|
||
|
|
};
|