render.app.frontend/gatsby-config.js

7 lines
105 B
JavaScript

module.exports = {
siteMetadata: {
title: "work_front",
},
plugins: ["gatsby-plugin-sass"],
};