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
@@ -157,6 +157,7 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
157157 </div >
158158 </div >
159159
160+ { /* YC badge hidden for now
160161 <a
161162 href="https://www.ycombinator.com"
162163 target="_blank"
@@ -171,6 +172,7 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
171172 height="52"
172173 />
173174 </a>
175+ */ }
174176 </div >
175177 </div >
176178 </section >
You can’t perform that action at this time.
0 commit comments