Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Feat :: frontend 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
gwon11225 committed Aug 27, 2024
1 parent 8dbb962 commit 916937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="manifest" th:href="@{/manifest.json}"/>
<title>React App</title>
<script defer="defer" th:src="@{/static/js/main.31ec8d3a.js}"></script>
<link href="/static/css/main.6d4df39a.css" rel="stylesheet">
<link th:href="@{/static/css/main.6d4df39a.css}" rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 916937d

Please sign in to comment.