Skip to content

Commit dc4a4c3

Browse files
fixed singlequote issue of string
1 parent 1da6b56 commit dc4a4c3

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'
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)