File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
1212
1313** To Reproduce**
1414Steps to reproduce the behavior:
15+
15161 . Go to '...'
16172 . Run '....'
17183 . See error
@@ -23,8 +24,9 @@ A clear and concise description of what you expected to happen.
2324If applicable, add screenshots to help explain your problem.
2425
2526** Desktop (please complete the following information):**
26- - OS: [ e.g. iOS]
27- - Version [ e.g. 22]
27+
28+ - OS: [ e.g. iOS]
29+ - Version [ e.g. 22]
2830
2931** Additional context**
3032Add any other context about the problem here.
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ representative at an online or offline event.
6060
6161Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262reported to the community leaders responsible for enforcement at
63- contact@tryphp.dev .
63+ < contact@tryphp.dev > .
6464All complaints will be reviewed and investigated promptly and fairly.
6565
6666All community leaders are obligated to respect the privacy and security of the
@@ -116,13 +116,13 @@ the community.
116116
117117This Code of Conduct is adapted from the [ Contributor Covenant] [ homepage ] ,
118118version 2.0, available at
119- https://www.contributor-covenant.org/version/2/0/code_of_conduct.html .
119+ < https://www.contributor-covenant.org/version/2/0/code_of_conduct.html > .
120120
121121Community Impact Guidelines were inspired by [ Mozilla's code of conduct
122122enforcement ladder] ( https://github.com/mozilla/diversity ) .
123123
124124[ homepage ] : https://www.contributor-covenant.org
125125
126126For answers to common questions about this code of conduct, see the FAQ at
127- https://www.contributor-covenant.org/faq . Translations are available at
128- https://www.contributor-covenant.org/translations .
127+ < https://www.contributor-covenant.org/faq > . Translations are available at
128+ < https://www.contributor-covenant.org/translations > .
Original file line number Diff line number Diff line change @@ -5,22 +5,9 @@ import tailwind from "@astrojs/tailwind";
55
66import sitemap from "@astrojs/sitemap" ;
77
8- const base = "https://tryphp.dev" ;
9-
108// https://astro.build/config
119export default defineConfig ( {
1210 output : "static" ,
13- site : base ,
14- integrations : [
15- tailwind ( ) ,
16- sitemap ( {
17- customPages : [
18- `${ base } /install.sh` ,
19- `${ base } /7.4/install.sh` ,
20- `${ base } /8.1/install.sh` ,
21- `${ base } /8.2/install.sh` ,
22- `${ base } /8.3/install.sh` ,
23- ] ,
24- } ) ,
25- ] ,
11+ site : "https://tryphp.dev" ,
12+ integrations : [ tailwind ( ) , sitemap ( ) ] ,
2613} ) ;
You can’t perform that action at this time.
0 commit comments