add export

This commit is contained in:
Sasha 2023-11-23 16:55:24 +01:00
parent 597bf4ab3d
commit 0ed01bee20
No known key found for this signature in database
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
async rewrites() {
return [
{

View File

@ -4,10 +4,6 @@ import React from "react";
import { useRouter } from "next/navigation";
import { notes } from "@/services/notes";
// EgeLwHNbSwIzIz3M
// 3gxFeAHa8sOvTymg
// encrypted nkt698RhpWory0yT
export default function Create() {
const router = useRouter();
const { note, onNoteChange } = useEditNote();