Quellcode durchsuchen

Remove sitemap from export (#581)

Nikhil Rao vor 2 Jahren
Ursprung
Commit
977cc6990f
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 1 1
      pynecone/.templates/web/package.json
  2. 1 1
      pynecone/.templates/web/pynecone.json
  3. 1 1
      pyproject.toml

+ 1 - 1
pynecone/.templates/web/package.json

@@ -2,7 +2,7 @@
   "name": "pynecone",
   "scripts": {
     "dev": "next dev",
-    "export": "next build && next-sitemap && next export -o _static",
+    "export": "next build && next export -o _static",
     "prod": "next start"
   },
   "dependencies": {

+ 1 - 1
pynecone/.templates/web/pynecone.json

@@ -1,3 +1,3 @@
 {
-    "version": "0.1.16"
+    "version": "0.1.18"
 }

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pynecone"
-version = "0.1.16"
+version = "0.1.18"
 description = "Web apps in pure Python."
 license = "Apache-2.0"
 authors = [