Skip to content

Commit

Permalink
docs[patch]: Move code block loader .js file into ./scripts (#5297)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed May 6, 2024
1 parent c7bd80b commit 9a0e5b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core_docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const config = {
rules: [
{
test: examplesPath,
use: ["json-loader", "./code-block-loader.js"],
use: ["json-loader", "./scripts/code-block-loader.js"],
},
{
test: /\.ya?ml$/,
Expand Down
File renamed without changes.

0 comments on commit 9a0e5b6

Please sign in to comment.