diff --git a/README.md b/README.md index a762cbc..6859e5e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # 웨, 일해 -![설명이미지](https://user-images.githubusercontent.com/66160055/214256892-ff54a462-063a-4897-b9e2-8783df8cdc86.png) +![설명이미지](https://user-images.githubusercontent.com/66160055/214256892-ff54a462-063a-4897-b9e2-8783df8cdc86.png) 🚧 WIP 🚧 [DEMO](https://hibixby.github.io/WhaleHae/) + ## What I used + ``` Vue3 Vue-router4 @@ -14,24 +16,25 @@ Vite ``` ## Project setup + ``` npm install ``` ### Compiles and hot-reloads for development + ``` npm run dev ``` ### Compiles and minifies for production + ``` npm run build ``` ### Lints and fixes files + ``` npm run lint ``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/docs/index.html b/docs/index.html index ba1816e..ab40c44 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,23 +2,23 @@ - + - + 웨, 일해 - - + +
- +
웨, 일해
diff --git a/vite.config.js b/vite.config.js index 6956c4c..c4e3923 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,7 +5,7 @@ const path = require("path"); // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], - base:'/WhaleHae', + base:'./', resolve: { alias: { "@": path.resolve(__dirname, "./src"),