Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
srcDir: "./src",
outDir: "./dist",
title: "GEngine-Js",
titleTemplate: "The Lightwight Render Library",
titleTemplate: "The Lightweight Render Library",
base: "/Docs/",
description: "Rendering engine based on webGPU",
head: [["link", { rel: "icon", href: "/Docs/assets/GEngineIcon.png" }]],
Expand Down
4 changes: 2 additions & 2 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ layout: home

hero:
name: "GEngine-Js"
text: "The Lightwight Render Library"
text: "The Lightweight Render Library"
tagline: Rendering engine based on webgpu
actions:
- theme: brand
Expand All @@ -19,6 +19,6 @@ features:
details: Standard JavaScript & TypeScript API easy to use
- title: Performant
details: Based on webGPU has strong rendering performance and compute capability
- title: Lightwight
- title: Lightweight
details: Small package size
---