- Move Astro files from dealplustech-astro/ to project root - Update Dockerfile: PORT environment variable (default 80) - Add vite.config.ts with allowedHosts: true - Matches nixpacks behavior for Easypanel deployment - No hardcoded ports or domains
11 lines
359 B
CSS
11 lines
359 B
CSS
/* Fallback, in case JS does not run, to ensure the code is at least visible */
|
|
[class*='lang-'] script[type='text/plain'],
|
|
[class*='language-'] script[type='text/plain'],
|
|
script[type='text/plain'][class*='lang-'],
|
|
script[type='text/plain'][class*='language-'] {
|
|
display: block;
|
|
font: 100% Consolas, Monaco, monospace;
|
|
white-space: pre;
|
|
overflow: auto;
|
|
}
|