feat: implement hero section using Pkl

This commit is contained in:
Prad Nukala
2024-09-30 21:16:13 -04:00
parent 3e9139bd58
commit 5f2e6c5dd4
14 changed files with 189 additions and 107 deletions
-1
View File
@@ -26,7 +26,6 @@ func NewProxyCmd() *cobra.Command {
}
e.GET("/", pages.Home)
e.GET("/config", nebula.GetConfig)
e.GET("/allocate", pages.Profile)
if err := e.Start(":1323"); err != http.ErrServerClosed {