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
|
||||
|
||||
```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>
|
||||
<header>
|
||||
<h1>Keshav’s Music Portfolio</h1>
|
||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}>
|
||||
</p>
|
||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||
<p style={{ marginTop: "20px", marginBottom: "20px" }}> </p>
|
||||
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user