change the port number
This commit is contained in:
@@ -105,7 +105,7 @@ export function PostCardsPage({
|
||||
>
|
||||
<h1 className="font-merchant text-4xl md:text-5xl lg:text-6xl leading-tight mb-6">
|
||||
<span className="font-light">Create Beautiful</span>{' '}
|
||||
<span className="font-bold inline-block italic bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
|
||||
<span className="font-bold inline-block italic bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent pr-2">
|
||||
Custom Postcards
|
||||
</span>
|
||||
</h1>
|
||||
|
||||
@@ -84,7 +84,7 @@ import * as path from 'path';
|
||||
outDir: 'build',
|
||||
},
|
||||
server: {
|
||||
port: 4008,
|
||||
port: 4009,
|
||||
open: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user