Expanded edit fields. Added revision history to scene and user pages.

This commit is contained in:
2024-10-06 02:45:56 +02:00
parent 8bf9e22b39
commit 8f843f321d
57 changed files with 1664 additions and 156 deletions

View File

@@ -46,7 +46,6 @@ async function onRenderHtml(pageContext) {
// See https://vike.dev/head
const { documentProps } = pageContext.exports;
const title = getTitle(documentProps?.title || pageContext.title);
const desc = (documentProps && documentProps.description) || 'traxxx';
const documentHtml = escapeInject`<!DOCTYPE html>
<html lang="en">
@@ -68,7 +67,8 @@ async function onRenderHtml(pageContext) {
<meta property="og:image" content="https://traxxx.me/img/og_logo.png" />
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,interactive-widget=resizes-content" />
<meta name="description" content="${desc}" />
<meta name="description" content="Keep track of new porn releases and re-discover classics from your favorite porn stars and sites" />
${config.analytics.enabled ? dangerouslySkipEscape(`<script src="${config.analytics.address}" data-website-id="${config.analytics.siteId}" async></script>`) : ''}