Skip to content

Commit f29e6e6

Browse files
fixed file path of CodBlockWithCopy
1 parent dc4a4c3 commit f29e6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/concepts/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributors:
99
- EugeneHlushko
1010
---
1111

12-
import CodeBlockWithCopy from '../../../components/CodeBlockWithCopy'
12+
import CodeBlockWithCopy from '../../components/CodeBlockWithCopy/CodeBlockWithCopy'
1313

1414
Configuring the `output` configuration options tells webpack how to write the compiled files to disk. Note that, while there can be multiple `entry` points, only one `output` configuration is specified.
1515

0 commit comments

Comments
 (0)