Skip to content

Commit 4d192fe

Browse files
committed
Vue Search Project changes
1 parent 7cd1a53 commit 4d192fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rupeek",
2+
"name": "vuesearch",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
9-
<title>rupeek</title>
9+
<title>Vue Search</title>
1010
</head>
1111
<body>
1212
<noscript>
13-
<strong>We're sorry but rupeek doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13+
<strong>We're sorry but Vue Search doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
1414
</noscript>
1515
<div id="app"></div>
1616
<!-- built files will be auto injected -->

0 commit comments

Comments
 (0)