mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
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…
x
Reference in New Issue
Block a user