mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-07-25 04:18:01 +02:00
Port to TypeScript
This commit is contained in:
parent
01d3014e2f
commit
bc429f5d69
32 changed files with 419 additions and 105 deletions
|
@ -116,6 +116,13 @@ module.exports = {
|
|||
sameAs: extConfig.sameAs,
|
||||
},
|
||||
plugins: [
|
||||
{
|
||||
resolve: `gatsby-plugin-typescript`,
|
||||
options: {
|
||||
isTSX: true,
|
||||
allExtensions: true,
|
||||
},
|
||||
},
|
||||
`gatsby-plugin-remove-serviceworker`,
|
||||
`gatsby-plugin-eslint`,
|
||||
`gatsby-plugin-image`,
|
||||
|
@ -133,7 +140,7 @@ module.exports = {
|
|||
{
|
||||
resolve: `gatsby-plugin-remote-images`,
|
||||
options: {
|
||||
nodeType: "SocialsJson",
|
||||
nodeg: "SocialsJson",
|
||||
imagePath: "image",
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue