mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
module.exports = {
|
|
pathPrefix: '/docs/',
|
|
siteMetadata: {
|
|
siteUrl: 'https://configure-pages.github.io',
|
|
title: `My Gatsby Site`
|
|
},
|
|
plugins: []
|
|
}
|