chore: update preloading article (#1459)

This commit is contained in:
JimmFly 2023-03-09 17:55:03 +08:00 committed by GitHub
parent 921061eeb6
commit cebdcfa7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ export type EditorProps = {
style?: CSSProperties;
};
import markdown from '../../../templates/Welcome-to-AFFiNE-Alpha-Downhills.md';
import markdown from '../../../templates/Welcome-to-AFFiNE.md';
const exampleTitle = markdown
.split('\n')