Skip to content

Commit

Permalink
chore: Rename to mini-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardfritz committed May 7, 2024
1 parent e405063 commit 025b175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm --filter "examples" build --base=/graphics-engine/
run: pnpm --filter "examples" build --base=/mini-engine/

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "graphics-engine",
"name": "mini-engine",
"private": true,
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion packages/examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Graphics engine</title>
<title>mini-engine</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 025b175

Please sign in to comment.