Skip to content

Commit

Permalink
Comment out some projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschlegel committed Nov 8, 2024
1 parent 6f12b5c commit 8d9d243
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/data/content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import overview from '../images/overview.webp';
import adventuressCover from '../images/projects/adventuress-cover.jpg';
import archaeoZine from '../images/projects/archaeo-zine.jpg';
import exploringArchaeologicalDisciplines from '../images/projects/exploring-archaeological-disciplines.jpg';
import romanBurial from '../images/projects/roman-burial.jpg';
// import romanBurial from '../images/projects/roman-burial.jpg';
import trowelJournalBlog from '../images/projects/trowel-journal-blog.jpg';
import urbanChameleon from '../images/projects/urban-chameleon.jpg';
import illustrating from '../images/services/archaeological-illustrating.jpg';
Expand Down Expand Up @@ -94,15 +94,15 @@ export const projectsData = {
],
isFeatured: true,
},
{
id: '5',
name: 'Roman Burial',
slug: 'roman-burial',
image: romanBurial,
description: 'An archaeological illustration of a Roman burial.',
services: ['scientific & archaeological illustration'],
isFeatured: true,
},
// {
// id: '5',
// name: 'Roman Burial',
// slug: 'roman-burial',
// image: romanBurial,
// description: 'An archaeological illustration of a Roman burial.',
// services: ['scientific & archaeological illustration'],
// isFeatured: true,
// },
{
id: '6',
name: 'Adventuress Journal Cover',
Expand Down

0 comments on commit 8d9d243

Please sign in to comment.