Skip to content

Commit 55cc9bb

Browse files
committed
Merge branch 'main' into pre-prod/main
2 parents ac6f99a + 26c1b36 commit 55cc9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/generate-sitemap.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { execSync } from 'child_process';
33
import crypto from 'node:crypto';
44
import * as cheerio from 'cheerio';
55
import dotenv from 'dotenv';
6-
import flatDirectory from '../src/directory/flatDirectory.json' assert { type: 'json' };
6+
import flatDirectory from '../src/directory/flatDirectory.json' with { type: 'json' };
77

88
dotenv.config({ path: './.env.custom' });
99

0 commit comments

Comments
 (0)