Skip to content

Commit a9f9d9d

Browse files
committed
Fix: update project links and basePath to MathStudio
1 parent f337112 commit a9f9d9d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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

2626
1. 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

3131
2. Install dependencies:

next.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)