diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2022-06-09 23:03:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2022-06-09 23:03:37 +0200 |
| commit | 601dcba33e1bc3ddb9f705269a2085be3fb64f02 (patch) | |
| tree | c1cb41c938ccd4d7d9417aad4c8ffa0b1fc6c0df /frontend/site/projects/museum/export.js | |
| parent | f01e871477c33b19d1593d90d75794a216cbb0bf (diff) | |
updates for the museum
Diffstat (limited to 'frontend/site/projects/museum/export.js')
| -rw-r--r-- | frontend/site/projects/museum/export.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/export.js b/frontend/site/projects/museum/export.js index ab25eda..7532d40 100644 --- a/frontend/site/projects/museum/export.js +++ b/frontend/site/projects/museum/export.js @@ -2,7 +2,7 @@ * Export the text content of the site to the index.html */ -import { ARTISTS, ESSAY_TEXTS, CREDITS_STRINGS } from "./constants" +import { ARTISTS, ESSAY_TEXTS, CREDITS_STRINGS } from "./constants.js" import fs from 'fs' const outputFile = "./data_store/content/thelastmuseum/content.html" |
