Skip to content

Commit 86f1406

Browse files
committed
modify: html 구조 심볼릭 링크로 변경
1 parent 0da09d7 commit 86f1406

File tree

4 files changed

+5
-91
lines changed

4 files changed

+5
-91
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@
6767
- 프로젝트 진행 기록 - velog :
6868
- [mongodb cloud - atlas](https://www.mongodb.com/atlas/database)
6969
- [poetry 간단 사용법](https://velog.io/@qlgks1/python-poetry-%EC%84%A4%EC%B9%98%EB%B6%80%ED%84%B0-project-initializing-%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0)
70-
- [aiohttp_retry](https://github.com/inyutin/aiohttp_retry)
70+
- [aiohttp_retry](https://github.com/inyutin/aiohttp_retry)
71+
- 도커라이징 없이, nginx 온프램 배포시 index 페이지를 위해 `ln -s ./index/index.html index.html`

nginx/pages/dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="ko">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

nginx/pages/index.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

nginx/pages/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./index/index.html

nginx/pages/index/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="ko">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)