mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
cleaned up structure, added styled components
This commit is contained in:
+2
-8
@@ -7,16 +7,10 @@ module.exports = {
|
||||
plugins: [
|
||||
`gatsby-plugin-react-helmet`,
|
||||
`gatsby-plugin-typescript`,
|
||||
`gatsby-plugin-styled-components`,
|
||||
{
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
plugins: [
|
||||
{
|
||||
resolve: `gatsby-remark-prismjs`,
|
||||
options: {
|
||||
classPrefix: ""
|
||||
}
|
||||
}
|
||||
],
|
||||
plugins: [`gatsby-remark-vscode`],
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
|
||||
Reference in New Issue
Block a user