Skip to content

Commit

Permalink
update path name
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-thobe-sp committed Dec 11, 2023
1 parent 904c265 commit 4916171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');
const videos = require('./static/videos/videos.json');
const videoCardDetails = require.resolve('./src/components/video-library/videoCardDetails/index.js');
const videoCardDetails = require.resolve('./src/components/video-library/VideoCardDetails/index.js');
const routes = videos.map((video) => ({
path: video.path,
exact: false,
Expand Down

0 comments on commit 4916171

Please sign in to comment.