✏️ Site > Update title
This commit is contained in:
+1
-2
@@ -2,10 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>site-webpack</title>
|
||||
<title>Keppler</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -38,8 +38,6 @@ export default {
|
||||
if(!state.current || state.current.data.id !== file.data.id)
|
||||
{
|
||||
state.current = file
|
||||
// console.log(state.current.data.versions.length)
|
||||
// state.currentVersion = state.current.data.versions[state.current.data.versions.length - 1]
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user