-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: buttons --------- Co-authored-by: dargy <[email protected]>
- Loading branch information
1 parent
33bc7a4
commit fe4b5d2
Showing
19 changed files
with
291 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<script setup lang="ts"> | ||
useSeoMeta({ | ||
ogImage: "/favicon.webp ", | ||
}); | ||
</script> | ||
<template> | ||
<div> | ||
<NuxtPage /> | ||
</div> | ||
</template> | ||
<style> | ||
body { | ||
background-color: #e8a946; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
module.exports = { | ||
apps: [ | ||
{ | ||
name: "GreasyGang Beta Website", | ||
port: "5001", | ||
script: "./.output/server/index.mjs", | ||
autorestart: true, | ||
env: { | ||
NODE_ENV: "production", | ||
}, | ||
}, | ||
], | ||
apps: [ | ||
{ | ||
name: "GreasyGang Beta Website", | ||
port: "5001", | ||
script: "./.output/server/index.mjs", | ||
autorestart: true, | ||
env: { | ||
NODE_ENV: "production", | ||
}, | ||
}, | ||
], | ||
}; |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.