mirror of
https://github.com/Nezumi-2711/Sink.git
synced 2026-09-22 13:48:35 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export default defineAppConfig({
|
||||
title: 'Sink',
|
||||
description: 'A Simple / Speedy / Secrue Link Shortener with Analytics, 100% run on Cloudflare.',
|
||||
image: 'https://sink.cool/banner.png',
|
||||
previewTTL: 24 * 3600, // 24h
|
||||
slugRegex: /^[a-z0-9]+(?:-[a-z0-9]+)*$/i,
|
||||
reserveSlug: [
|
||||
'dashboard',
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user