Commit 87c6bac9 authored by Wohlgemuth, Jason's avatar Wohlgemuth, Jason
Browse files

feat: Connect initial poster capability

parent e5ad4386
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  "scripts": {
    "dev": "astro dev --host --open",
    "start": "astro dev",
    "prebuild": "pwsh -Command ./scripts/Invoke-Export.ps1 -Path ./src/content/projects/",
    "prebuild": "pwsh -Command ./scripts/Invoke-ExportPdf.ps1 -Path ./src/content/projects/",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
+6.35 MiB
Loading image diff...
+513 KiB
Loading image diff...
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
<head>
    <meta charset="utf-8">
    <title>Fact Sheet</title>
    <link href="style.css" rel="stylesheet">
    <link href="pdf.css" rel="stylesheet">
    <meta name="description" content="Fact Sheet">
</head>

Loading