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