fix: remove type: 'module' from package.json as it causes problems when deployed to vercel

This commit is contained in:
Travis Fischer
2022-03-25 09:27:30 -04:00
parent 4422d4459a
commit ed0461037c

View File

@@ -2,7 +2,6 @@
"name": "nextjs-notion-starter-kit",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "The perfect starter kit for building beautiful websites with Next.js and Notion.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"repository": "transitive-bullshit/nextjs-notion-starter-kit",