refactor: index.html

This commit is contained in:
OhSeongRak 2025-06-18 11:15:20 +09:00
parent 2da126a95a
commit ca1e7dbdf0

View File

@ -29,14 +29,14 @@
rel="stylesheet"
/>
<!-- 런타임 환경 설정 -->
<script src="/runtime-env.js"></script>
<title>AI 마케팅 - 소상공인을 위한 스마트 마케팅 솔루션</title>
</head>
<body>
<div id="app"></div>
<!-- 런타임 환경 설정 -->
<script src="/runtime-env.js"></script>
<!-- 앱 스크립트 -->
<script type="module" src="/src/main.js"></script>