오윤석

static file을 src에서 관리하도록 수정

<!DOCTYPE html>
<html lang="en">
<head>
<head lang="ko">
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>::메이플스토리 스펙 계산기::</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='icon' type='shortcut icon' href='./build/static/images/favicon.ico'>
<link rel='stylesheet' href='./static/css/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<meta property="og:image" content="./build/static/images/ogimage.png">
<meta property="og:title" content="::메이플스토리 스펙 계산기::">
<meta property="og:description" content="당신의 메이플스토리 스펙 효율을 빠르게 계산해보세요!">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
......
......@@ -38,7 +38,7 @@ export default {
copy({
targets: [
{ src: 'src/images', dest: 'public' }
{ src: 'src/images', dest: 'public/build/static' }
]
}),
......
No preview for this file type