File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ function MyApp() {
3131``` jsx live
3232< ImageUpload
3333 value= {[
34- " .. /img/undraw_docusaurus_mountain.svg" ,
35- " .. /img/undraw_docusaurus_react.svg" ,
34+ " /react-image-upload /img/undraw_docusaurus_mountain.svg" ,
35+ " /react-image-upload /img/undraw_docusaurus_react.svg" ,
3636 ]}
3737 max= {5 }
3838 dropzoneOptions= {{ onDragEnter : (evt ) => console .log (evt) }}
@@ -62,9 +62,9 @@ function MyApp() {
6262``` jsx live
6363< ImageUpload
6464 value= {[
65- " .. /img/undraw_docusaurus_mountain.svg" ,
66- " .. /img/undraw_docusaurus_react.svg" ,
67- " .. /img/undraw_docusaurus_tree.svg" ,
65+ " /react-image-upload /img/undraw_docusaurus_mountain.svg" ,
66+ " /react-image-upload /img/undraw_docusaurus_react.svg" ,
67+ " /react-image-upload /img/undraw_docusaurus_tree.svg" ,
6868 ]}
6969 readonly
7070/ >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const config: Config = {
1414 url : "https://fourcels.github.io" ,
1515 // Set the /<baseUrl>/ pathname under which your site is served
1616 // For GitHub pages deployment, it is often '/<projectName>/'
17- baseUrl : "/ react-image-upload/ " ,
17+ baseUrl : "react-image-upload" ,
1818
1919 // GitHub pages deployment config.
2020 // If you aren't using GitHub pages, you don't need these.
You can’t perform that action at this time.
0 commit comments