feat: main
This commit is contained in:
parent
616ac03b47
commit
68c52422cf
@ -1,9 +1,9 @@
|
||||
export const config = { runtime: "edge" };
|
||||
export const config = { runtime: 'edge' }
|
||||
|
||||
export default function Edge() {
|
||||
export default function Edge () {
|
||||
return (
|
||||
<div style={{ fontFamily: "system-ui, sans-serif", lineHeight: "1.4" }}>
|
||||
<h1>Welcome to Remix@Edge</h1>
|
||||
<div>
|
||||
<h1>Welcome to Thingtime@Edge</h1>
|
||||
</div>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user