Skip to content

Commit e297b85

Browse files
committed
Fix repo name
1 parent d8614f6 commit e297b85

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "demo-ruby-enumeration",
2+
"name": "ruby-enumeration-demo",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6-
"homepage": "https://joyofrails.github.io/demo-ruby-enumeration/",
6+
"homepage": "https://joyofrails.github.io/ruby-enumeration-demo/",
77
"scripts": {
88
"dev": "vite",
99
"build": "tsc -b && vite build",

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import path from 'path';
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/demo-ruby-enumeration/',
7+
base: '/ruby-enumeration-demo/',
88
resolve: {
99
alias: {
1010
'@': path.resolve(__dirname, './src'),

0 commit comments

Comments
 (0)