Skip to content

Commit

Permalink
Merge pull request #7 from MihkelMK/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
MihkelMK authored Nov 20, 2023
2 parents e4633da + d155fc3 commit 973fd8d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monospacee",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"scripts": {
"dev": "vite dev --host",
Expand Down
6 changes: 3 additions & 3 deletions og/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monospaceeOG",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"scripts": {
"dev": "vite dev --host",
Expand All @@ -12,6 +12,7 @@
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@ethercorps/sveltekit-og": "^2.0.2",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.27.6",
"@types/cookie": "^0.5.4",
Expand All @@ -35,7 +36,6 @@
"@resvg/resvg-js": "^2.6.0",
"@sveltejs/adapter-node": "^1.3.1",
"eslint-plugin-svelte": "^2.35.0",
"satori": "^0.10.11",
"@ethercorps/sveltekit-og": "^2.0.2"
"satori": "^0.10.11"
}
}
1 change: 0 additions & 1 deletion og/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
<link rel="alternate" type="application/atom+xml" href="/rss.xml" />
%sveltekit.head%
<script>
const thisDisables = 'LayoutShift';
Expand Down
2 changes: 1 addition & 1 deletion og/src/routes/OG.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
/* @type {string} */
/** @type {string} */
export let postType;
const accentColor =
Expand Down

0 comments on commit 973fd8d

Please sign in to comment.