Skip to content

Commit

Permalink
fix: cfp dates
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell committed Jun 15, 2022
1 parent 86b5a36 commit b160fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const imageCrops = {
export const events = {
next: {
tx: {
slug: 'tx/2022'
slug: 'tx/2023'
},
wi: {
slug: 'wi/2022'
Expand Down
4 changes: 2 additions & 2 deletions src/routes/call-for-counselors/index.svelte
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script context="module">
export async function load() {
return {
status: 302,
redirect: `/call-for-counselors/wi/2022`
status: 301,
redirect: `/call-for-counselors/tx/2023`
};
}
</script>

0 comments on commit b160fdc

Please sign in to comment.