Skip to content

Commit

Permalink
fix: move source-wordpres to local plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Apr 20, 2024
1 parent 44f73c9 commit 2373d1a
Show file tree
Hide file tree
Showing 4 changed files with 355 additions and 58 deletions.
2 changes: 1 addition & 1 deletion gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
icon: config.get('icon'),
plugins: [
{
use: '@gridsome/source-wordpress',
use: '~/src/plugins/source-wordpress',
options: {
baseUrl: config.get('api'), // required
apiBase: 'wp-json',
Expand Down
83 changes: 28 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"trunc-text": "1.0.2",
"typeface-roboto": "1.1.13",
"vue-observe-visibility": "1.0.0",
"vue-scroll": "2.1.13"
"vue-scroll": "2.1.13",
"axios": "0.21.1",
"camelcase": "5.0.0",
"p-map": "1.2.0"
},
"devDependencies": {
"@gridsome/cli": "0.3.4",
"@gridsome/source-wordpress": "0.5.3",
"@podlove/source-publisher": "0.4.2",
"@tailwindcss/postcss7-compat": "^2.1.0",
"autoprefixer": "^9.8.6",
Expand Down
Loading

0 comments on commit 2373d1a

Please sign in to comment.