mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-03 16:22:24 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
module.exports = {
|
|
pathPrefix: "/docs/",
|
|
siteMetadata: {
|
|
title: `My Gatsby Site`,
|
|
siteUrl: `https://www.yourdomain.tld`,
|
|
},
|
|
plugins: [],
|
|
} |