File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { ContextBloatDemo } from "../components/context-bloat-demo";
55import { SelfHostContactModal } from " ../components/self-host-contact-modal" ;
66// Imported so Vite emits it as a hashed build asset (served from /_astro/...);
77// the deploy pipeline does not pick up newly added /public files.
8- // import ycBackedBy from "../assets/yc-backed-by.svg?url";
8+ import ycBackedBy from " ../assets/yc-backed-by.svg?url" ;
99
1010const GH = " https://github.com/RhysSullivan/executor" ;
1111
@@ -164,7 +164,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
164164 </div >
165165 </div >
166166
167- { /* YC badge hidden for now
168167 <a
169168 href =" https://www.ycombinator.com"
170169 target =" _blank"
@@ -179,7 +178,6 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
179178 height =" 52"
180179 />
181180 </a >
182- */ }
183181 </div >
184182 </div >
185183 </section >
You can’t perform that action at this time.
0 commit comments