Skip to content

Commit

Permalink
Fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
rossta committed Dec 18, 2024
1 parent d8614f6 commit e297b85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "demo-ruby-enumeration",
"name": "ruby-enumeration-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://joyofrails.github.io/demo-ruby-enumeration/",
"homepage": "https://joyofrails.github.io/ruby-enumeration-demo/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import path from 'path';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/demo-ruby-enumeration/',
base: '/ruby-enumeration-demo/',
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
Expand Down

0 comments on commit e297b85

Please sign in to comment.