Skip to content

Commit

Permalink
名称を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Oct 20, 2024
1 parent 356c53d commit 085e596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "multi-clipper",
"name": "must-clipper",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from "vite";

// https://vitejs.dev/config/
export default defineConfig({
base: process.env.GITHUB_PAGES ? "multi-clipper" : "./",
base: process.env.GITHUB_PAGES ? "must-clipper" : "./",
plugins: [react()],
});

0 comments on commit 085e596

Please sign in to comment.