Remove sitemap from export (#581)
This commit is contained in:
parent
e9888337c4
commit
977cc6990f
@ -2,7 +2,7 @@
|
|||||||
"name": "pynecone",
|
"name": "pynecone",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"export": "next build && next-sitemap && next export -o _static",
|
"export": "next build && next export -o _static",
|
||||||
"prod": "next start"
|
"prod": "next start"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.16"
|
"version": "0.1.18"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pynecone"
|
name = "pynecone"
|
||||||
version = "0.1.16"
|
version = "0.1.18"
|
||||||
description = "Web apps in pure Python."
|
description = "Web apps in pure Python."
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
authors = [
|
authors = [
|
||||||
|
Loading…
Reference in New Issue
Block a user