Skip to content

Commit

Permalink
Path
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 28, 2024
1 parent 53f4ec5 commit bdd1581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fill-archivedwebsites-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

const fs = require('fs');

const ARCHIVED_WEBSITES_PATH = '/public';
const ARCHIVED_WEBSITES_FILE = '/public/archived-websites.json';
const ARCHIVED_WEBSITES_PATH = '/public/archiveweb';
const ARCHIVED_WEBSITES_FILE = '/public/archiveweb/archived-websites.json';

// Folders to ignore
const toIgnore = new Set([
Expand Down

0 comments on commit bdd1581

Please sign in to comment.