mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
11 lines
243 B
JavaScript
11 lines
243 B
JavaScript
const { PUBLIC_BLOG_URL } = require('./env')
|
|
|
|
module.exports = {
|
|
title: 'PocketHost',
|
|
url: PUBLIC_BLOG_URL,
|
|
language: 'en',
|
|
description:
|
|
'Get a PocketBase backend for your next app in under 10 seconds.',
|
|
poster: '/poster.png',
|
|
}
|