diff --git a/website/src/app/page.tsx b/website/src/app/page.tsx index f21992e5..54d1593a 100644 --- a/website/src/app/page.tsx +++ b/website/src/app/page.tsx @@ -1,3 +1,5 @@ +/** BUILD: 0 */ + import Link from 'next/link'; import {Searchbar} from './searchbar'; import {getIcons} from './utils';