mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-29 17:34:52 +00:00
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
export default {
|
|
siteMetadata: {
|
|
title: 'My Gatsby Site'
|
|
},
|
|
plugins: []
|
|
}
|