You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
304 B
JavaScript

module.exports = {
siteMetadata: {
title: "Studentská oborová rada IT PedF UK v Praze",
},
plugins: [
"gatsby-plugin-mdx",
{
resolve: "gatsby-source-filesystem",
options: {
name: "pages",
path: "./src/pages/",
},
__key: "pages",
},
],
};