first commit
This commit is contained in:
12
gatsby-config.js
Normal file
12
gatsby-config.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
siteMetadata: {
|
||||
title: 'Iteck',
|
||||
description: 'Iteck - Multi-Purpose React.js Gatsby Template',
|
||||
author: 'ThemesCamp'
|
||||
},
|
||||
plugins: [
|
||||
'gatsby-plugin-resolve-src',
|
||||
'gatsby-plugin-eslint'
|
||||
],
|
||||
trailingSlash: "always"
|
||||
}
|
||||
Reference in New Issue
Block a user