Skip to content

Commit

Permalink
new name
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSamtash committed Dec 20, 2023
1 parent 0c9c178 commit b708ce1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=/luxury-yacht-rent-pg-2/",
"build": "vite build --base=/best-project-group-2/",
"preview": "vite preview"
},
"devDependencies": {
Expand Down
Empty file added src/css/js.css
Empty file.
3 changes: 2 additions & 1 deletion src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
@import url('./rent-a-yacht.css');
@import url('./reviews.css');
@import url('./footer.css');
@import url('./mobil-menu.css');
@import url('./mobil-menu.css');
@import url('./js.css')
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>luxury-yacht-rent-pg-2</title>
<title>best-project-group-2</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand Down

0 comments on commit b708ce1

Please sign in to comment.