Skip to content

Commit

Permalink
Update info to match new github username
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-tsu committed Jun 9, 2024
1 parent f660545 commit c2142d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://tsuramii.github.io/mytinerary-front/",
"homepage": "https://dot-tsu.github.io/mytinerary-front/",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: "https://tsuramii.github.io/mytinerary-front/",
});
base: "https://dot-tsu.github.io/mytinerary-front/",
});

0 comments on commit c2142d3

Please sign in to comment.