We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac6f99a + 26c1b36 commit 55cc9bbCopy full SHA for 55cc9bb
tasks/generate-sitemap.mjs
@@ -3,7 +3,7 @@ import { execSync } from 'child_process';
3
import crypto from 'node:crypto';
4
import * as cheerio from 'cheerio';
5
import dotenv from 'dotenv';
6
-import flatDirectory from '../src/directory/flatDirectory.json' assert { type: 'json' };
+import flatDirectory from '../src/directory/flatDirectory.json' with { type: 'json' };
7
8
dotenv.config({ path: './.env.custom' });
9
0 commit comments