Merge branch 'redesign' of https://git.ouroboros.group/LimePotato/limepot-xyz into redesign
This commit is contained in:
commit
5a73c37bbd
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
server: { port: 8001 }
|
||||
});
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"name": "staging-limepot-xyz",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
|
|
Loading…
Reference in a new issue