Skip to content

Commit

Permalink
fix: Import resolve path to plugin in playground
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jul 10, 2023
1 parent c9c5db8 commit 81f5186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const path = require('path');
module.exports = {
sitemap: {
enabled: true,
resolve: path.resolve(__dirname, '../../../src/plugins/sitemap'),
resolve: path.resolve(__dirname, '../src/plugins/sitemap'),
},
};

0 comments on commit 81f5186

Please sign in to comment.