fix(layout): remove HTML_MARKER meta tag
This commit is contained in:
parent
64e64c64db
commit
cecc2c9491
@ -8,7 +8,7 @@ import Navigation from '../components/Navigation.astro';
|
|||||||
import CustomCursor from '../components/CustomCursor';
|
import CustomCursor from '../components/CustomCursor';
|
||||||
import ContextMenu from '../components/ContextMenu.astro';
|
import ContextMenu from '../components/ContextMenu.astro';
|
||||||
import ThemePreferenceDialog from '../components/ThemePreferenceDialog.astro';
|
import ThemePreferenceDialog from '../components/ThemePreferenceDialog.astro';
|
||||||
import { HTML_MARKER, SITE_TITLE, SITE_DESCRIPTION, SOCIAL_LINKS } from '../consts';
|
import { SITE_TITLE, SITE_DESCRIPTION, SOCIAL_LINKS } from '../consts';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
title?: string;
|
title?: string;
|
||||||
@ -68,7 +68,6 @@ const personSchema = {
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" class="scroll-smooth" data-theme="dark">
|
<html lang="en" class="scroll-smooth" data-theme="dark">
|
||||||
<head>
|
<head>
|
||||||
<meta name="x-nicholai-marker" content={HTML_MARKER} />
|
|
||||||
<ClientRouter />
|
<ClientRouter />
|
||||||
<!-- Theme initialization script - runs before page render to prevent flash -->
|
<!-- Theme initialization script - runs before page render to prevent flash -->
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user