Skip to content

Commit 977cc69

Browse files
authored
Remove sitemap from export (#581)
1 parent e988833 commit 977cc69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pynecone/.templates/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pynecone",
33
"scripts": {
44
"dev": "next dev",
5-
"export": "next build && next-sitemap && next export -o _static",
5+
"export": "next build && next export -o _static",
66
"prod": "next start"
77
},
88
"dependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.1.16"
2+
"version": "0.1.18"
33
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pynecone"
3-
version = "0.1.16"
3+
version = "0.1.18"
44
description = "Web apps in pure Python."
55
license = "Apache-2.0"
66
authors = [

0 commit comments

Comments
 (0)