Skip to content

Commit

Permalink
redirects for advertisement
Browse files Browse the repository at this point in the history
  • Loading branch information
Пётр Безденежных authored and Пётр Безденежных committed Mar 30, 2024
1 parent f0a9a25 commit 5139cc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/obrazovanie/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { redirect } from 'next/navigation'

export default function Enrollment() {
redirect('/enrollment');
}
5 changes: 5 additions & 0 deletions src/app/postuplenie/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { redirect } from 'next/navigation'

export default function Education() {
redirect('/education');
}

0 comments on commit 5139cc0

Please sign in to comment.