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.
1 parent 07fab3b commit d292b52Copy full SHA for d292b52
astro.config.mjs
@@ -35,7 +35,7 @@ export default defineConfig({
35
.toISOString()
36
.replace(/[-:T.Z]/g, "")
37
.slice(0, 14),
38
- "import.meta.env.GIT_VERSION": new String(gitVersion),
+ "import.meta.env.GIT_VERSION": `"${gitVersion}"`,
39
},
40
resolve: {
41
alias: {
0 commit comments