export const config = { runtime: 'edge' }
|
|
|
|
export default function Edge () {
|
|
return (
|
|
<div>
|
|
<h1>Welcome to Thingtime@Edge</h1>
|
|
</div>
|
|
)
|
|
}
|
export const config = { runtime: 'edge' }
|
|
|
|
export default function Edge () {
|
|
return (
|
|
<div>
|
|
<h1>Welcome to Thingtime@Edge</h1>
|
|
</div>
|
|
)
|
|
}
|