Show full post in category archive pages in twenty-nineteen theme

In archive.php, change this line (36) from

get_template_part( 'template-parts/content/content', 'excerpt' );

to this

get_template_part( 'template-parts/content/content', 'content' );

tech