Skip to content

Commit

Permalink
moved event page out of blog folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mfsilva22 committed Nov 30, 2023
1 parent 1ca5241 commit eea986d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ const nextConfig = {
"https://join.slack.com/t/prairielearn/shared_invite/zt-13kx0hg6v-uuC3kyt_3iBxjSpyhCbYVw",
permanent: true,
},
{
source: "/sigcse2024",
destination:
"/blog/sigcse2024_AffiliatedEvent",
permanent: true,
},
];
},
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from "react";
import classnames from "classnames";
import Head from "next/head";

import { PageBanner } from "../../../components/Banner";
import { Heading } from "../../../components/Heading";
import Stack from "../../../components/Stack";
import { PageBanner } from "../../components/Banner";
import { Heading } from "../../components/Heading";
import Stack from "../../components/Stack";

export default function SIGCSE2024() {
return (
Expand Down

0 comments on commit eea986d

Please sign in to comment.