mote space
This commit is contained in:
@@ -101,7 +101,7 @@ scp -r backend/* <user>@<server-ip>:/var/www/musicportfolio.keshavanand.net/back
|
|||||||
### Copy Frontend Build
|
### Copy Frontend Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scp -r frontend/dist/* <user>@<server-ip>:/var/www/musicportfolio.keshavanand.net/frontend/dist/
|
scp -r frontend/* <user>@<server-ip>:/var/www/musicportfolio.keshavanand.net/frontend/
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -66,8 +66,9 @@ export default function App() {
|
|||||||
<div>
|
<div>
|
||||||
<header>
|
<header>
|
||||||
<h1>Keshav’s Music Portfolio</h1>
|
<h1>Keshav’s Music Portfolio</h1>
|
||||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}>
|
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||||
</p>
|
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
Reference in New Issue
Block a user