mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
feat: add astro ssr
This commit is contained in:
12
astro-ssr/src/pages/index.astro
Normal file
12
astro-ssr/src/pages/index.astro
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../consts";
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head></head>
|
||||
<div>
|
||||
<h1>Hello, World!</h1>
|
||||
</div>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user