Skip to content

Commit

Permalink
Add hours.html slug redirect (#179)
Browse files Browse the repository at this point in the history
* Add resources submodule

* Move resources submodule to src/content

* Add resources page

* Update resources submodule path (again)

* Add submodule recursion to github actions checkout

* Add `hours.html` -> `hours` slug redirect

* Add blog redirect too (link on discord welcome)
  • Loading branch information
lucasscharenbroch authored May 7, 2024
1 parent f9a6f5f commit 7bcc3dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { remarkReadingTime } from "./remark-reading-time.mjs";
// https://astro.build/config
export default defineConfig({
site: "https://www.upl.cs.wisc.edu/",
redirects: {
"/hours.html": "/hours",
"/blog.html": "/blog",
},
integrations: [
sitemap(),
tailwind(),
Expand Down

0 comments on commit 7bcc3dc

Please sign in to comment.