Skip to content

Commit c200fcf

Browse files
committed
remove jobs
1 parent af807ba commit c200fcf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+5
-5082
lines changed

.github/workflows/orgs-import.yml

-33
This file was deleted.

.github/workflows/tyrael.yml

-48
This file was deleted.

.yarn/install-state.gz

823 KB
Binary file not shown.

data/jobs.json

-1,398
This file was deleted.

next.config.js

-44
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,6 @@ module.exports = {
1010
'acegif.com',
1111
],
1212
},
13-
async redirects() {
14-
return [
15-
{
16-
source: '/engineering-jobs',
17-
destination: '/jobs/t/engineering',
18-
permanent: true,
19-
},
20-
{
21-
source: '/product-jobs',
22-
destination: '/jobs/t/product',
23-
permanent: true,
24-
},
25-
{
26-
source: '/sales-jobs',
27-
destination: '/jobs/t/sales',
28-
permanent: true,
29-
},
30-
{
31-
source: '/marketing-jobs',
32-
destination: '/jobs/t/marketing',
33-
permanent: true,
34-
},
35-
{
36-
source: '/people-jobs',
37-
destination: '/jobs/t/people',
38-
permanent: true,
39-
},
40-
{
41-
source: '/operations-jobs',
42-
destination: '/jobs/t/operations',
43-
permanent: true,
44-
},
45-
{
46-
source: '/non-tech-jobs',
47-
destination: '/jobs/t/non-tech',
48-
permanent: true,
49-
},
50-
{
51-
source: '/remote-web3-jobs',
52-
destination: '/jobs/t/remote',
53-
permanent: true,
54-
},
55-
]
56-
},
5713
webpack(config) {
5814
config.module.rules.push({
5915
test: /\.svg$/,

src/components/Metadata.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react'
2-
import { Job } from 'types/job'
32
import { ContentItem } from 'types/content-item'
43

54
interface Props {
@@ -11,11 +10,6 @@ export function Metadata(props: Props) {
1110
// console.log('Generating JSON-LD', props.type, 'metadata..', props.data)
1211

1312
function generateJsonLd() {
14-
if (props.type === 'job') {
15-
const job = props.data as Job
16-
// JobPosting
17-
// EstimatedSalary
18-
}
1913
if (props.type === 'content') {
2014
const item = props.data as ContentItem
2115
if (item.category.id === 'books') {

src/components/form/company.tsx

-121
This file was deleted.

src/components/form/finished.tsx

-39
This file was deleted.

0 commit comments

Comments
 (0)