Skip to content

Commit 2a9d059

Browse files
committed
Support image file for CodeDemo
1 parent b1ddce5 commit 2a9d059

File tree

6 files changed

+232
-101
lines changed

6 files changed

+232
-101
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Introduction to AIScript
2+
3+
![](/toucan.png)

rspress.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ import { pluginYaml } from "@rsbuild/plugin-yaml";
55
export default defineConfig({
66
root: path.join(__dirname, 'docs'),
77
title: 'AIScript',
8-
icon: '/tuocan.png',
8+
icon: '/toucan.png',
99
logo: {
1010
light: '/aiscript-logo.svg',
1111
dark: '/aiscript-logo.svg',
1212
},
1313
route: {
1414
cleanUrls: true,
1515
},
16+
mediumZoom: true,
1617
builderPlugins: [pluginYaml()],
1718
themeConfig: {
1819
footer: {

0 commit comments

Comments
 (0)