Spaces:
Running
Running
default emoji
Browse files- server.js +1 -1
- src/utils/consts.ts +1 -1
server.js
CHANGED
|
@@ -141,7 +141,7 @@ app.post("/api/deploy", checkUser, async (req, res) => {
|
|
| 141 |
});
|
| 142 |
readme = `---
|
| 143 |
title: ${newTitle}
|
| 144 |
-
emoji:
|
| 145 |
colorFrom: blue
|
| 146 |
colorTo: blue
|
| 147 |
sdk: static
|
|
|
|
| 141 |
});
|
| 142 |
readme = `---
|
| 143 |
title: ${newTitle}
|
| 144 |
+
emoji: 🐳
|
| 145 |
colorFrom: blue
|
| 146 |
colorTo: blue
|
| 147 |
sdk: static
|
src/utils/consts.ts
CHANGED
|
@@ -41,7 +41,7 @@ export const defaultHTML = `<!DOCTYPE html>
|
|
| 41 |
<span>I'm ready to work,</span><br />
|
| 42 |
Ask me anything.
|
| 43 |
</h1>
|
| 44 |
-
<img src="https://enzostvs-deepsite.
|
| 45 |
<script></script>
|
| 46 |
</body>
|
| 47 |
</html>
|
|
|
|
| 41 |
<span>I'm ready to work,</span><br />
|
| 42 |
Ask me anything.
|
| 43 |
</h1>
|
| 44 |
+
<img src="https://enzostvs-deepsite.hf.space/arrow.svg" class="arrow" />
|
| 45 |
<script></script>
|
| 46 |
</body>
|
| 47 |
</html>
|