add export
This commit is contained in:
parent
597bf4ab3d
commit
0ed01bee20
|
@ -1,5 +1,6 @@
|
|||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
async rewrites() {
|
||||
return [
|
||||
{
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue