mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 01:54:51 +00:00
7 lines
86 B
JavaScript
7 lines
86 B
JavaScript
module.exports = {
|
|
siteMetadata: {
|
|
title: 'My Gatsby Site'
|
|
},
|
|
plugins: []
|
|
}
|