mirror of
https://github.com/LittleChest/Dohna-NS.git
synced 2026-09-19 15:59:00 +08:00
netlify: Add Netlify support
This commit is contained in:
@@ -12,3 +12,6 @@ yarn.lock
|
|||||||
|
|
||||||
# Vercel
|
# Vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
|
# Netlify
|
||||||
|
.netlify
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[build]
|
||||||
|
command = "mkdir publish"
|
||||||
|
publish = "publish"
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
import handler from "../../common.js";
|
||||||
|
export default (request) => handler(request);
|
||||||
|
export const config = { path: "*" };
|
||||||
Reference in New Issue
Block a user