diff --git a/Spacefile b/Spacefile new file mode 100644 index 0000000..53cef51 --- /dev/null +++ b/Spacefile @@ -0,0 +1,8 @@ +# Spacefile Docs: https://go.deta.dev/docs/spacefile/v0 +v: 0 +micros: + - name: app + src: app + engine: nodejs16 + primary: true + run: npm run start diff --git a/app/pages/_document.tsx b/app/pages/_document.tsx index 2cca448..37e792d 100644 --- a/app/pages/_document.tsx +++ b/app/pages/_document.tsx @@ -15,19 +15,23 @@ const Document: Component = (_, children) => { nzxt document