File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33** A professional Markdown editor designed for mathematics and coding.**
44
5- [ ** Live Demo / 在线体验** ] ( https://matrixcqy.github.io/traeweb1 / )
5+ [ ** Live Demo / 在线体验** ] ( https://matrixcqy.github.io/MathStudio / )
66
7- ![ MathStudio Preview] ( https://matrixcqy.github.io/traeweb1 /preview-image-placeholder )
7+ ![ MathStudio Preview] ( https://matrixcqy.github.io/MathStudio /preview-image-placeholder )
88* (Note: You can add a screenshot here later)*
99
1010## Features
@@ -25,7 +25,7 @@ To run this project locally:
2525
26261 . Clone the repository:
2727 ``` bash
28- git clone https://github.com/MatrixCQY/traeweb1 .git
28+ git clone https://github.com/MatrixCQY/MathStudio .git
2929 ```
3030
31312 . Install dependencies:
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ const nextConfig: NextConfig = {
44 /* config options here */
55 output : "export" ,
66 // Ensure basePath matches the repository name
7- basePath : "/traeweb1 " ,
7+ basePath : "/MathStudio " ,
88 // Optional: assetPrefix usually defaults to basePath, but setting it explicitly can help
9- assetPrefix : "/traeweb1 /" ,
9+ assetPrefix : "/MathStudio /" ,
1010 images : {
1111 unoptimized : true ,
1212 } ,
You can’t perform that action at this time.
0 commit comments