Skip to content

Commit dc4a4c3

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)