Skip to content

Commit

Permalink
Change the uuid prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Nov 14, 2024
1 parent 0f80c28 commit ede947f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import kleur from 'kleur';
import { Logger } from "./Logger.js";

class DataSource {
static UUID_PREFIX = "11tyaf";
static UUID_PREFIX = "11ty/import";

#fetcher;
#fetchDataOverrides = {};
Expand Down

0 comments on commit ede947f

Please sign in to comment.