add export
This commit is contained in:
parent
597bf4ab3d
commit
0ed01bee20
|
@ -1,5 +1,6 @@
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
|
output: "export",
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,10 +4,6 @@ import React from "react";
|
||||||
import { useRouter } from "next/navigation";
|
import { useRouter } from "next/navigation";
|
||||||
import { notes } from "@/services/notes";
|
import { notes } from "@/services/notes";
|
||||||
|
|
||||||
// EgeLwHNbSwIzIz3M
|
|
||||||
// 3gxFeAHa8sOvTymg
|
|
||||||
|
|
||||||
// encrypted nkt698RhpWory0yT
|
|
||||||
export default function Create() {
|
export default function Create() {
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
const { note, onNoteChange } = useEditNote();
|
const { note, onNoteChange } = useEditNote();
|
||||||
|
|
Loading…
Reference in New Issue