Skip to content

Commit

Permalink
fix: gatsby-config & test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alperensert committed Feb 20, 2023
1 parent e767936 commit 26d2154
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3,617 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: 📦 Package Test
on:
push:
branches: [master]
paths:
- src/**
- tests/**
issues:
types: [milestoned]
pull_request:
Expand Down
1 change: 0 additions & 1 deletion docs/CNAME

This file was deleted.

61 changes: 0 additions & 61 deletions docs/README.md

This file was deleted.

22 changes: 11 additions & 11 deletions docs/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ module.exports = {
gatsbyRemarkPlugins: [],
},
},
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Rocket Docs`,
short_name: `Rocket Docs`,
start_url: `/`,
background_color: `#ffffff`,
display: `standalone`,
icon: `static/favicon.png`,
},
{
resolve: "gatsby-plugin-manifest",
options: {
name: "Node-Capmonster Docs",
short_name: "node-capmonster",
start_url: "/",
background_color: "#ffffff",
display: "standalone",
icon: "static/favicon.png",
},
},
`gatsby-plugin-sitemap`,
// {
// resolve: `gatsby-plugin-google-analytics`,
Expand All @@ -45,7 +45,7 @@ module.exports = {
{
resolve: `gatsby-plugin-canonical-urls`,
options: {
siteUrl: `https://rocketdocs.netlify.app`,
siteUrl: "https://node-capmonster.alperen.io",
},
},
`gatsby-plugin-offline`,
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"eslint": "^8.34.0",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"prettifier": "^0.4.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 26d2154

Please sign in to comment.