Skip to content

Commit

Permalink
Remove sitemap from export (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Feb 21, 2023
1 parent e988833 commit 977cc69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pynecone/.templates/web/package.json
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pynecone/.templates/web/pynecone.json
@@ -1,3 +1,3 @@
{
"version": "0.1.16"
"version": "0.1.18"
}
2 changes: 1 addition & 1 deletion 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 = [
Expand Down

0 comments on commit 977cc69

Please sign in to comment.