mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
module.exports = {
|
|
pathPrefix: '/docs/',
|
|
siteMetadata: {
|
|
title: `My Gatsby Site`,
|
|
siteUrl: `https://www.yourdomain.tld`
|
|
},
|
|
plugins: []
|
|
}
|