Skip to content

Commit

Permalink
Linter: trying to deal with the linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-de-rien committed Jan 26, 2024
1 parent 7e10ed4 commit c6dcb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Place any global data in this file.
// You can import this data from anywhere in your site by using the `import` keyword.
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore

export const SITE_TITLE = "Minh de rien";
export const SITE_DESCRIPTION = "Welcome to my website!";

0 comments on commit c6dcb37

Please sign in to comment.