Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d656536

Browse files
updated cypress.config
1 parent 4df05b0 commit d656536

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

cypress.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { defineConfig } = require('cypress');
2+
3+
module.exports = defineConfig({
4+
e2e: {
5+
baseUrl: 'http://localhost:3000',
6+
supportFile: false,
7+
},
8+
});

cypress.config.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react'
22
import Header from '../components/Header';
33
import Footer from '../components/Footer';
4-
import Layout from '../layouts/layout'
4+
import Layout from 'layouts/layout';
55
import Link from 'next/link'
66

77
export default function Index() {
File renamed without changes.

0 commit comments

Comments
 (0)