-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
75b206a
commit 5b96dae
Showing
2 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
import { SITE } from "~/config.mjs"; | ||
import { getCanonical, getHomePermalink } from '~/utils/permalinks'; | ||
import Layout from "~/layouts/PageLayout.astro"; | ||
const title = `${SITE.name} — Everyday is gameday here`; | ||
const description = "🌽 HuskerJS is your clutch-time sports web dev platform."; | ||
const canonical = new URL("", Astro.site); | ||
--- | ||
|
||
<Layout meta={{ title, description, canonical }}> | ||
<h1>Work on this page has been discontinued due to a lack of interest</h1> | ||
</Layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b96dae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
husker-js-official – ./
husker-js-official-git-main-geauxweisbeck4.vercel.app
husker-js-official.vercel.app
husker-js-official-geauxweisbeck4.vercel.app