File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ yarn add react-basic-contenteditable
2020
2121## Usage
2222
23- <!-- Live **demo** at: [https://chrisuser.github.io/react-basic-contenteditable/](https://chrisuser.github.io/react-basic-contenteditable/) -->
23+ Live ** demo** at [ https://chrisuser.github.io/react-basic-contenteditable/ ] ( https://chrisuser.github.io/react-basic-contenteditable/ )
2424
2525### Example
2626
Original file line number Diff line number Diff line change 22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
65 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
76 < title > react-basic-contenteditable</ title >
87 </ head >
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ import dts from "vite-plugin-dts"
99export default defineConfig ( ( { mode } ) => {
1010 if ( mode === "docs" ) {
1111 return {
12- plugins : [ react ( ) , dts ( { exclude : [ "lib" ] } ) ] ,
12+ // plugins: [react(), dts({ exclude: ["lib"] })],
1313 build : { outDir : "docs" } ,
14+ base : "/react-basic-contenteditable/" ,
1415 /* build: {
1516 rollupOptions: {
1617 external: ["react", "react/jsx-runtime"],
You can’t perform that action at this time.
0 commit comments