Skip to content

Commit

Permalink
πŸ”€ Merge pull request #8 from HiBixby/develop
Browse files Browse the repository at this point in the history
βš—οΈ λΉŒλ“œ μƒλŒ€ 경둜 ν…ŒμŠ€νŠΈ
  • Loading branch information
HiBixby authored Jan 26, 2023
2 parents 271896a + af0e493 commit d85a50c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/).
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/WhaleHae/logo.svg" />
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css"
/>
<link rel="stylesheet" href="/WhaleHae/main.css" />
<link rel="stylesheet" href="./main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>웨, 일해</title>
<script type="module" crossorigin src="/WhaleHae/assets/index-c0adee32.js"></script>
<link rel="stylesheet" href="/WhaleHae/assets/index-8e967823.css">
<script type="module" crossorigin src="./assets/index-c0adee32.js"></script>
<link rel="stylesheet" href="./assets/index-8e967823.css">
</head>
<body>
<div id="app">
<div class="logo-container">
<img src="/WhaleHae/logo.svg" class="logo__img" />
<img src="./logo.svg" class="logo__img" />
<div class="logo__text">웨, 일해</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit d85a50c

Please sign in to comment.