Skip to content

Commit

Permalink
Fix up opengraph tags for the homepage (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim authored Jul 18, 2024
1 parent 222a77c commit fefd220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Website/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ struct MainSite: Website {
struct ItemMetadata: WebsiteItemMetadata {}

var url = URL(string: "https://vapor.codes")!
var name = "Vapor Homepage"
var description = "A description of Homepage"
var name = "Vapor"
var description = "A framework for building APIs, backend servers and websites, in Swift."
var language: Language { .english }
var imagePath: Path? { nil }
}
Expand Down

0 comments on commit fefd220

Please sign in to comment.