first commit

This commit is contained in:
Dhanraj
2024-07-07 14:31:05 +05:30
commit 1d502a2cf1
1089 changed files with 161249 additions and 0 deletions

12
gatsby-config.js Normal file
View 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"
}