parent
0e156d5f61
commit
6a8a1a5871
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: byggmester
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- run: npm i
|
||||
|
|
|
@ -46,5 +46,4 @@ const { title, description, image = '/self.png' } = Astro.props;
|
|||
<meta property="twitter:description" content={description} />
|
||||
<meta property="twitter:image" content={new URL(image, Astro.url)} />
|
||||
|
||||
|
||||
<script defer src="https://umami.polsevev.dev/script.js" data-website-id="84ead158-3295-4160-8b05-48d56cf7337b"></script>
|
Loading…
Reference in a new issue