Skip to content

Commit

Permalink
docs: Update _viteConfig.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw authored Nov 4, 2024
1 parent e8cdae9 commit acabc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website-new/src/components/config/_viteConfig.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
});
```

:::caution 【重要】注意:
:::tip 【重要】注意:
1. base 提供资源绝对路径,避免相对路径带来的资源访问问题;
2. origin 提供资源绝对路径,避免相对路径带来的资源访问问题;
3. 需要将子应用沙箱关闭 `Garfish.run({ apps: [{ ..., sandbox: false }] })`
Expand Down

0 comments on commit acabc59

Please sign in to comment.