We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0ca60 commit 6cfade1Copy full SHA for 6cfade1
.gitignore
@@ -48,4 +48,4 @@ artifacts
48
49
package-lock.json
50
51
-pages/version.js
+version.js
get_version.py
@@ -26,4 +26,4 @@
26
"""
27
# print(txt)
28
29
-open('pages/version.js', 'w').write(txt)
+open('version.js', 'w').write(txt)
pages/_app.js
@@ -1,6 +1,6 @@
1
import "../styles/globals.css"
2
import "../styles/markdown.css"
3
-import { FrontendVersion } from "./version.js"
+import { FrontendVersion } from "../version.js"
4
import Link from "next/link"
5
import Head from "next/head"
6
import { useState } from "react"
0 commit comments